Send gcode files to a CNC machine.A gcode-sender to stream gcode files to CNC machines running gcode interpreters (hobby 3d printers, milling machines, ...).
features:
- jog panel (with keyboard shortcuts)
- rendered file preview (2d)
- console for sending raw commands
- emergency stop button
what's new in 2015.9.9.0:
- fixed bug parsing windows files which use CRLF
what's new in 2015.9.7.0:
- parsing support for carriage returns (emitted by Fusion360)
what's new in 2014.10.17.0:
- keyboard shortcuts (press '?')
- improved UI resizing
- bug fix: remember currently open file when switching views
what's new in 2014.10.10.0/1:
- performance improvements
what's new in 2014.8.24.0:
- fix bug with arrow keys not showing command history
- reduced scrollback history (was causing stuttering)
what's new in 2014.7.26.0:
- custom preamble/postamble when sending files
- workspace zero-ing buttons
what's new in 2014.7.11.0:
- suppress warnings for un-renderable gcodes (M6-9)
what's new in 2014.7.10.0:
- new jog settings (feedrate, rapid move)
what's new in 2014.5.7.0:
- clear command queue on connect (it's dangerous not to)
what's new in 2014.5.6.0:
- bug fix: 'load file' pane loaded slowly
what's new in 2014.3.30.0:
- optional spindle controls
- support for dwell (G4)
- estop button is now optional (useful if you have a physical button)
what's new in 2014.3.24.0:
- menu option to stop waiting for an 'ok' from the controller board
what's new in 2014.3.22.0:
- improved rendering
- estimated execution time
what's new in 2014.3.20.0:
- stop sending carriage returns (was causing issues with grbl boards)
- increased console scrollback (from 200 to 1000 lines)
- added clear console button