From 9ff0ae58da9febcbb11ba07891b221db1e628622 Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:56:13 +0100 Subject: [PATCH] [Path] Change Default Retraction from G99 to G98 See discussion https://forum.freecadweb.org/viewtopic.php?f=15&p=622670#p622670 --- src/Mod/Path/PathScripts/PathDrilling.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathDrilling.py b/src/Mod/Path/PathScripts/PathDrilling.py index 952f647e60cb..8809b2dc055d 100644 --- a/src/Mod/Path/PathScripts/PathDrilling.py +++ b/src/Mod/Path/PathScripts/PathDrilling.py @@ -68,8 +68,8 @@ def propertyEnumerations(self, dataType="data"): # Enumeration lists for App::PropertyEnumeration properties enums = { "ReturnLevel": [ - (translate("Path_Drilling", "G99"), "G99"), (translate("Path_Drilling", "G98"), "G98"), + (translate("Path_Drilling", "G99"), "G99"), ], # How high to retract after a drilling move "ExtraOffset": [ (translate("Path_Drilling", "None"), "None"), @@ -156,7 +156,7 @@ def initCircularHoleOperation(self, obj): "ReturnLevel", "Drill", QT_TRANSLATE_NOOP( - "App::Property", "Controls how tool retracts Default=G99" + "App::Property", "Controls how tool retracts Default=G98" ), ) obj.addProperty(