Navigation Menu

Skip to content

Commit

Permalink
Path: Make contour default final depth to part bottom instead of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptonic committed Jan 17, 2017
1 parent c4405f8 commit ed37367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Path/PathScripts/PathContour.py
Expand Up @@ -127,6 +127,7 @@ def setDepths(proxy, obj):
obj.StartDepth = bb.ZMax
obj.ClearanceHeight = bb.ZMax + 5.0
obj.SafeHeight = bb.ZMax + 3.0
obj.FinalDepth = bb.ZMin

except:
obj.StartDepth = 5.0
Expand Down

0 comments on commit ed37367

Please sign in to comment.