jeffeb3 / sandify

web based user interface to create patterns that could be useful for robots that draw in sand with ball bearings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Comment Line Between Tracks on Export

michaelcunningham1974 opened this issue · 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.