mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08:00
Fix display of intent in profile selection
CURA-6598
This commit is contained in:
parent
78ab218cc2
commit
49276db073
@ -618,7 +618,7 @@ class MachineManager(QObject):
|
||||
|
||||
if not self._active_container_stack:
|
||||
return ""
|
||||
intent_category = self._active_container_stack.intent.getMetaDataEntry("intent_category")
|
||||
intent_category = self._active_container_stack.intent.getMetaDataEntry("intent_category", "default")
|
||||
return intent_category
|
||||
|
||||
## Returns whether there is anything unsupported in the current set-up.
|
||||
|
Loading…
x
Reference in New Issue
Block a user