mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Ensure that enabling & disabling an extruder gets handled correctly
CURA-6775
This commit is contained in:
parent
3730ea247d
commit
3e474c1107
2 changed files with 5 additions and 0 deletions
|
@ -1289,6 +1289,8 @@ class MachineManager(QObject):
|
|||
category = "default"
|
||||
|
||||
for extruder in global_stack.extruderList:
|
||||
if not extruder.isEnabled:
|
||||
continue
|
||||
current_category = extruder.intent.getMetaDataEntry("intent_category", "default")
|
||||
if current_category != "default" and current_category != category:
|
||||
category = current_category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue