Skip to content

Commit

Permalink
[Path] Change Default Retraction from G99 to G98
Browse files Browse the repository at this point in the history
  • Loading branch information
Syres916 committed Sep 1, 2022
1 parent fbfac41 commit 9ff0ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Path/PathScripts/PathDrilling.py
Expand Up @@ -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"),
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 9ff0ae5

Please sign in to comment.