From 02b4a27ff4e40dc4691b2f02d074869ba7e9de2b Mon Sep 17 00:00:00 2001 From: Claas Ahlrichs Date: Sat, 20 Mar 2021 10:27:46 +0100 Subject: [PATCH] Update grbl_post.py --- src/Mod/Path/PathScripts/post/grbl_post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/PathScripts/post/grbl_post.py b/src/Mod/Path/PathScripts/post/grbl_post.py index c32fe1396b..c9b04e1878 100755 --- a/src/Mod/Path/PathScripts/post/grbl_post.py +++ b/src/Mod/Path/PathScripts/post/grbl_post.py @@ -223,9 +223,9 @@ def export(objectslist, filename, argstring): # Check canned cycles for drilling if TRANSLATE_DRILL_CYCLES: if len(SUPPRESS_COMMANDS) == 0: - SUPPRESS_COMMANDS = ['G98', 'G80'] + SUPPRESS_COMMANDS = ['G99', 'G98', 'G80'] else: - SUPPRESS_COMMANDS += ['G98', 'G80'] + SUPPRESS_COMMANDS += ['G99', 'G98', 'G80'] # Write the preamble if OUTPUT_COMMENTS: