Add quality type to ufp files

Cura-9773
This commit is contained in:
c.lamboo 2022-11-24 13:55:31 +01:00
parent fb69cff511
commit 7e84082aff
2 changed files with 13 additions and 5 deletions

View file

@ -227,6 +227,7 @@ class UFPWriter(MeshWriter):
},
"intent": machine_manager.activeIntentCategory,
"quality": machine_manager.activeQualityOrQualityChangesName,
"quality_type": machine_manager.activeQualityOrQualityChangesId,
}
global_stack = cast(GlobalStack, Application.getInstance().getGlobalContainerStack())