From b777d537367d1fc8d66ec54d4092549d61da5d54 Mon Sep 17 00:00:00 2001 From: ho-ho-ho Date: Sat, 21 Aug 2021 12:36:47 +0200 Subject: [PATCH] Update grbl_post.py Append new line to return-to line --- src/Mod/Path/PathScripts/post/grbl_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/post/grbl_post.py b/src/Mod/Path/PathScripts/post/grbl_post.py index 57d9c0273c..08cabb85b1 100755 --- a/src/Mod/Path/PathScripts/post/grbl_post.py +++ b/src/Mod/Path/PathScripts/post/grbl_post.py @@ -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: