mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge pull request #18946 from Ultimaker/CURA-11854_fix_intent_selection
Fix intent selection
This commit is contained in:
commit
f86d63b513
1 changed files with 1 additions and 3 deletions
|
@ -54,9 +54,7 @@ class ActiveIntentQualitiesModel(ListModel):
|
|||
self._updateDelayed()
|
||||
|
||||
def _update(self):
|
||||
active_extruder_stack = cura.CuraApplication.CuraApplication.getInstance().getMachineManager().activeStack
|
||||
if active_extruder_stack:
|
||||
self._intent_category = active_extruder_stack.intent.getMetaDataEntry("intent_category", "")
|
||||
self._intent_category = IntentManager.getInstance().currentIntentCategory
|
||||
|
||||
new_items: List[Dict[str, Any]] = []
|
||||
global_stack = cura.CuraApplication.CuraApplication.getInstance().getGlobalContainerStack()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue