Update grbl_post.py

Append new line to return-to line
This commit is contained in:
ho-ho-ho
2021-08-21 12:36:47 +02:00
committed by GitHub
parent 378dec720c
commit baafa2a0c4

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: