Initialise editor_result

This commit is contained in:
Thom de Jong
2025-11-13 15:25:22 +01:00
parent 4292139273
commit 39ef7c8e35

View File

@@ -275,7 +275,7 @@ def export_common(values: Values, objectslist, filename: str) -> str:
final: str
final_for_editor: str
gcode: Gcode = []
editor_result: int
editor_result: int = 1
for obj in objectslist:
if not hasattr(obj, "Path"):