Path: Fix Face Region with no Base
This fix addresses an incorrect shape variable passed when Boundary Shape is set to Face Region and there is no Base geometry - indicating entire model to be milled.
This commit is contained in:
@@ -281,7 +281,7 @@ class ObjectFace(PathPocketBase.ObjectPocket):
|
||||
partshape=planeshape, depthparams=self.depthparams
|
||||
)
|
||||
elif obj.BoundaryShape == "Face Region":
|
||||
baseShape = oneBase[0].Shape
|
||||
baseShape = planeshape # oneBase[0].Shape
|
||||
psZMin = planeshape.BoundBox.ZMin
|
||||
ofst = 0.0
|
||||
if obj.ClearEdges:
|
||||
|
||||
Reference in New Issue
Block a user