Skip to content

Commit

Permalink
Merge branch 'millface-drilling-improvements' of https://github.com/S…
Browse files Browse the repository at this point in the history
…childkroet/FreeCAD into millface-drilling-improvements
  • Loading branch information
Schildkroet committed Mar 11, 2020
2 parents d4ba61b + 9cf6c99 commit 32231e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Path/PathScripts/PathDrilling.py
Expand Up @@ -205,6 +205,7 @@ def opSetDefaultValues(self, obj, job):
obj.InverseAngle = False
obj.B_AxisErrorOverride = False
obj.AttemptInverseAngle = False
obj.ExtraOffset = "None"

# Initial setting for EnableRotation is taken from Job SetupSheet
# User may override on per-operation basis as needed.
Expand All @@ -222,7 +223,7 @@ def SetupProperties():
setup.append("DwellEnabled")
setup.append("AddTipLength")
setup.append("ReturnLevel")
setup.append("ExtraDepth")
setup.append("ExtraOffset")
setup.append("RetractHeight")
setup.append("EnableRotation")
setup.append("ReverseDirection")
Expand Down

0 comments on commit 32231e4

Please sign in to comment.