fix bug opening job ui panel

This commit is contained in:
David Kaufman
2025-10-17 15:08:10 -04:00
parent f3186f4dc0
commit 909cd46a9f

View File

@@ -1849,8 +1849,8 @@ class PathAdaptive(PathOp.ObjectOp):
"Enable the experimental model awareness feature to respect 3D geometry and prevent cutting under overhangs",
),
)
obj.setEditorMode("OrderCutsByRegion", 0 if obj.ModelAwareExperiment else 2)
obj.setEditorMode("ZStockToLeave", 0 if obj.ModelAwareExperiment else 2)
obj.setEditorMode("OrderCutsByRegion", 2)
obj.setEditorMode("ZStockToLeave", 2)
for n in self.propertyEnumerations():
setattr(obj, n[0], n[1])