Path: Make contour default final depth to part bottom instead of 0

This commit is contained in:
sliptonic
2017-01-16 21:19:10 -06:00
parent c4405f8356
commit ed373673e8
+1
View File
@@ -127,6 +127,7 @@ class ObjectContour:
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