- 07 Mar, 2015 2 commits
-
-
leonmuller authored
-
leonmuller authored
07-March-2015 - 10 hours : Cleaned up the exporters code a lot. Added ppm and feedrate detection from the layer name. Updated the gcode that is exported to be neater and work better with pulsed mode using G01, G02 and G03 commands. 07-March-2015 - Fixed the G28 command at the end of the job. Added defaults for laser power, feedrates and ppm if defined. If ppm isn't defined in the layer options it will operate as continuous wave mode. See the help in the extension dialog for how to use. 07-March-2015 - Marlin codebase mod : You need to patch the Marlin codebase to turn on the laser before moving for G02 and G03 commands. This plugin assumes this has been done. More details to come in the future. Copy the code from the G01 above in marlin_main.cpp
-
- 26 Feb, 2015 2 commits
-
-
leonmuller authored
-
leonmuller authored
Added misc changes
-
- 03 Nov, 2014 1 commit
-
-
ajfoul authored
-
- 02 Nov, 2014 1 commit
-
-
ajfoul authored
-
- 01 Nov, 2014 1 commit
-
-
ajfoul authored
-
- 19 Oct, 2014 3 commits
- 18 Oct, 2014 1 commit
-
-
ajfoul authored
-
- 16 Oct, 2014 3 commits
- 14 Oct, 2014 2 commits
-
-
ajfoul authored
-
ajfoul authored
A few changes to gcode generation: + M3 commands include laser intensity (S[0-100]) + G00 (move w/laser off) get feedrate independent of cut moves + G01-03 (cut moves) get feedrate independent of G00 rate + Option to insert home all (G28) before starting + All above get fields/toggle in dialog - Removed header and footer in out put (was causing me issues) +/- more appropriate comments
-
- 03 Oct, 2013 3 commits