Merge pull request #7187 from sliptonic/bug/sectiontolerance

[Path] set PathArea section tolerance to 1e-07.
This commit is contained in:
sliptonic
2022-07-15 11:39:12 -05:00
committed by GitHub

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