sandify icon indicating copy to clipboard operation
sandify copied to clipboard

Add Comment Line Between Tracks on Export

Open michaelcunningham1974 opened this issue 3 years ago • 0 comments

Currently when exporting multiple layers, Sandify just continues appending gcode to the end of the file. I suggest adding a delimiter comment at the start/end of each layer something like:

;Layer Start: [LAYERNAME]

...GCODE...

;;Layer Start: [LAYERNAME]

That way if we want to run a post processor on the code we can isolate each layer.

michaelcunningham1974 avatar Aug 09 '22 14:08 michaelcunningham1974