mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:35:54 +08:00
Add quality display name with ufp files
Cura-9773
This commit is contained in:
parent
52ee149edc
commit
1ae8f2da62
@ -227,6 +227,7 @@ class UFPWriter(MeshWriter):
|
|||||||
},
|
},
|
||||||
"intent": machine_manager.activeIntentCategory,
|
"intent": machine_manager.activeIntentCategory,
|
||||||
"quality": machine_manager.activeQualityOrQualityChangesName,
|
"quality": machine_manager.activeQualityOrQualityChangesName,
|
||||||
|
"quality_display_name": 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