PadLex / SvgToGcode

MIT License
46 stars 27 forks source link

Implemented rapid_move (G0) and 'safe' laser mode (M4) #25

Closed johannesnoordanus closed 1 year ago

johannesnoordanus commented 1 year ago

GCODE is a modal language and requires only changes of coordinates, speed, power or laser mode to be emitted, this update reflects that. Added rapid_move (G0) and dynamic laser power mode (M4).

Documentation: