set PathArea section tolerance to 1e-07.
This commit is contained in:
@@ -229,6 +229,7 @@ class ObjectOp(PathOp.ObjectOp):
|
||||
area.add(baseobject)
|
||||
|
||||
areaParams = self.areaOpAreaParams(obj, isHole)
|
||||
areaParams['SectionTolerance'] = 1e-07
|
||||
|
||||
heights = [i for i in self.depthparams]
|
||||
PathLog.debug("depths: {}".format(heights))
|
||||
|
||||
Reference in New Issue
Block a user