set PathArea section tolerance to 1e-07.

This commit is contained in:
sliptonic
2022-07-14 08:53:26 -05:00
parent 2003cb7506
commit acf2a186e5

View File

@@ -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))