Merge pull request #4986 from ho-ho-ho/master
Path: Add missing newline to return-to statement in grbl postprocessor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user