Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 3.28 KB

readme.md

File metadata and controls

51 lines (41 loc) · 3.28 KB

CncControl plugin to Repetier-host

Abstract

A Repetier Host plugin focused on CNC machine operationss. Working with CNC machines require slightly different user interface for frequent tasks such as jogging and height probing as the machined objects can be clamped at different positions on the bed. This plugin combines thoose into one panel in an intuitive way.

##Screenshot

Main tab

### Preference settings

Licence

Released under Creative Common with attribution 4.0 (CC BY). In short that allows you to fork and remix as long as a reference to the original source/author is mentioned - preferable by linking to https://github.com/ahd71/repetier-cncplugin

Install

(Only windows tested so far but plugins are supposed to work in linux too)

Features

  • Jog with keyboard (instead of mouse + click) - enabled only when the plugin panel is focused.
  • Easy access to Z-Probe (G30, G31) and one-click-action to set height (G92 Zn.nn) based on the probing.
  • Spindle on/off and PWM
  • G1 assist mode (just three textboxes for coordinates to move to, leave empty to not move one or several axis)
  • G92 assist mode (just three textboxes for redefining coordinates, leave empty to not redefine one or several axis)

Keyboard short cuts

FAQ

  • Error "Could not load file or assembly 'CncPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)". Windows by default prevents downloaded dll's to be used. See the install instructions above how to unblock the dll.

Planned features / To-do

See the issue tracker.

Releases

  • 0.15 / 2014-11-01 - Fixed two compatibility issue introduced with Repetier 1.03 and 1.06 due to changes in the plugin interfaces
  • 0.14 / 2014-04-09 - Global hotkeys in Windows (makes them work outside the CNC tab), see issue #7 for more details
  • 0.13 / 2014-04-06 - Presentation of current position from the analyzer object
  • 0.12 / 2014-04-06 - User preferences for short cut keys and step size
  • 0.11 / 2014-03-31 - Bug fix: 0.1mm jog fixed (invalid decimal point), Added Connect/Disconnect short cut and graphics
  • 0.10 / 2014-03-31 - Added spindle control and gcode sender for move/setref/manual. Controls properly disabled when machine is disconnected. Gcode info next to buttons.
  • 0.01 / 2014-03-30 - Prototype with working keyboard jog + height probe aid

(c) Hellstrand 2014