-
Notifications
You must be signed in to change notification settings - Fork 176
History
svenhb edited this page Jan 1, 2017
·
6 revisions
##History of the versions ###Version 1011 (01.01.2017)
- BugFix: check form-location for valid value
###Version 1010 (31.12.2016)
- Add GRBL 1.1 support incl. Override and Jogging
- Using same form for 1st and 2nd GRBL-Control
- Export / import machine specific settings (Joystick, Buttons)
- Control-form for 2nd GRBL hardware
- Tidy-up main menu
###Version 0205 (26.09.2016)
- Add override function, to change feed rate or spindle speed during gcode streaming
###Version 0204 (18.09.2016)
- Add joystick setup
- In 2D view replace path data by background-image during streaming to improove performance with large gcode files (solved problem on old XP notebook with gcode of ca. 94000 lines (CamBam Heightmap Generator))
###Version 0203 (14.08.2016)
- Improoved ImageToGCode function
###Version 0202 (07.08.2016)
- Bug fixes and improovements?
###Version 0201 (04.08.2016)
- Supporting 2nd GRBL for tool change or 4th (5th, 6th) axis control (GRBL-Plotter is waiting for 'IDLE' on one GRBL before controlling the other). Commands for 2nd GRBL will be introduced via special formatted remarks in GCode e.g.: (^2 G90 X2) to move 2nd GRBL to position X2.
###Version 0102 (16.06.2016)
- First version on GitHub