Merge pull request #6577 from Russ4262/fix/millface_removalshapes
Path: Fix `self.removalshapes` declaration [Bug]
This commit is contained in:
@@ -151,13 +151,13 @@ class ObjectFace(PathPocketBase.ObjectPocket):
|
||||
def areaOpShapes(self, obj):
|
||||
"""areaOpShapes(obj) ... return top face"""
|
||||
# Facing is done either against base objects
|
||||
self.removalshapes = []
|
||||
holeShape = None
|
||||
|
||||
PathLog.debug("depthparams: {}".format([i for i in self.depthparams]))
|
||||
|
||||
if obj.Base:
|
||||
PathLog.debug("obj.Base: {}".format(obj.Base))
|
||||
self.removalshapes = []
|
||||
faces = []
|
||||
holes = []
|
||||
holeEnvs = []
|
||||
|
||||
Reference in New Issue
Block a user