mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 05:56:00 +08:00
remove redundant properties in settings
CURA-9773
This commit is contained in:
parent
8dcccd941b
commit
5ed572779d
@ -226,9 +226,7 @@ class UFPWriter(MeshWriter):
|
|||||||
"changes": {},
|
"changes": {},
|
||||||
"all_settings": {},
|
"all_settings": {},
|
||||||
},
|
},
|
||||||
"intent": machine_manager.activeIntentCategory,
|
"quality": asdict(machine_manager.activeQualityDisplayNameMap),
|
||||||
"quality": machine_manager.activeQualityOrQualityChangesName,
|
|
||||||
"quality_display_name": asdict(machine_manager.activeQualityDisplayNameMap),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
global_stack = cast(GlobalStack, Application.getInstance().getGlobalContainerStack())
|
global_stack = cast(GlobalStack, Application.getInstance().getGlobalContainerStack())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user