Merge pull request #10792 from jffmichi/fix_leadinoutdressup

Path: fix LeadInOutDressup throwing an exception due to floating poin…
This commit is contained in:
sliptonic
2023-09-25 10:34:17 -05:00
committed by GitHub

View File

@@ -546,7 +546,7 @@ class ObjectDressup:
queue = []
if (
obj.IncludeLayers
and curCommand.z < currLocation["Z"]
and curCommand.z < currLocation["Z"] and not Path.Geom.isRoughly(curCommand.z, currLocation["Z"])
and prevCmd.Name in movecommands
):
# Layer change within move cmds