From c3e760e07c616c63b41e6c565b0799c250f92a19 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Tue, 27 May 2025 17:02:25 +0200 Subject: [PATCH] Update IntentSelectionModel.py --- cura/Machines/Models/IntentSelectionModel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Machines/Models/IntentSelectionModel.py b/cura/Machines/Models/IntentSelectionModel.py index 80176f823e..eb8f9562c2 100644 --- a/cura/Machines/Models/IntentSelectionModel.py +++ b/cura/Machines/Models/IntentSelectionModel.py @@ -127,7 +127,7 @@ class IntentSelectionModel(ListModel): "custom_icon": icon, "icon": None, "intent_category": category, - "weight": 5, + "weight": len(_default_intent_categories), }) result.sort(key=lambda k: k["weight"])