Browse Source

Fix display of intent in profile selection

CURA-6598
Jaime van Kessel 5 years ago
parent
commit
49276db073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/Settings/MachineManager.py

+ 1 - 1
cura/Settings/MachineManager.py

@@ -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.