mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Fix display of intent in profile selection
CURA-6598
This commit is contained in:
parent
78ab218cc2
commit
49276db073
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue