sandify
sandify copied to clipboard
Add Comment Line Between Tracks on Export
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.