Update grbl_post.py

Append new line to return-to line
This commit is contained in:
ho-ho-ho
2021-10-07 13:09:59 -05:00
committed by sliptonic
parent f1e4cb4433
commit e6673d60ad
+1 -1
View File
@@ -306,7 +306,7 @@ def export(objectslist, filename, argstring):
gcode += linenumber() +'M9' + '\n'
if RETURN_TO:
gcode += linenumber() + "G0 X%s Y%s" % tuple(RETURN_TO)
gcode += linenumber() + "G0 X%s Y%s\n" % tuple(RETURN_TO)
# do the post_amble
if OUTPUT_BCNC: