Tweak section tolerance to make base layer of paths work again

This commit is contained in:
bgbsww
2023-12-06 19:32:26 -05:00
parent d584643a05
commit 33fe7c6b7e

View File

@@ -223,7 +223,7 @@ class ObjectOp(PathOp.ObjectOp):
area.add(baseobject)
areaParams = self.areaOpAreaParams(obj, isHole)
areaParams["SectionTolerance"] = 1e-07
areaParams["SectionTolerance"] = FreeCAD.Base.Precision.confusion() * 10 # basically 1e-06
heights = [i for i in self.depthparams]
Path.Log.debug("depths: {}".format(heights))