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