diff --git a/cura/Machines/Models/IntentModel.py b/cura/Machines/Models/IntentModel.py index c67544e2f6..1151ff836d 100644 --- a/cura/Machines/Models/IntentModel.py +++ b/cura/Machines/Models/IntentModel.py @@ -48,6 +48,8 @@ class IntentModel(ListModel): application = cura.CuraApplication.CuraApplication.getInstance() quality_manager = application.getQualityManager() global_stack = application.getGlobalContainerStack() + if not global_stack: + self.setItems(new_items) for intent_category, quality_type in IntentManager.getInstance().currentAvailableIntents(): if intent_category == self._intent_category: