[Path] Change Default Retraction from G99 to G98
See discussion https://forum.freecadweb.org/viewtopic.php?f=15&p=622670#p622670
This commit is contained in:
@@ -68,8 +68,8 @@ class ObjectDrilling(PathCircularHoleBase.ObjectOp):
|
||||
# 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 @@ class ObjectDrilling(PathCircularHoleBase.ObjectOp):
|
||||
"ReturnLevel",
|
||||
"Drill",
|
||||
QT_TRANSLATE_NOOP(
|
||||
"App::Property", "Controls how tool retracts Default=G99"
|
||||
"App::Property", "Controls how tool retracts Default=G98"
|
||||
),
|
||||
)
|
||||
obj.addProperty(
|
||||
|
||||
Reference in New Issue
Block a user