mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Fix finding global quality for multi extrusion machines - CURA-4482
This commit is contained in:
parent
8f41185f22
commit
957009a768
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ class MachineManager(QObject):
|
||||||
})
|
})
|
||||||
|
|
||||||
# also find a global quality for the machine
|
# also find a global quality for the machine
|
||||||
global_quality = quality_manager.findQualityByQualityType(quality_type, global_machine_definition, [], global_quality = True)
|
global_quality = quality_manager.findQualityByQualityType(quality_type, global_machine_definition, [], global_quality = "True")
|
||||||
|
|
||||||
# if there is not global quality but we're using a single extrusion machine, copy the quality of the first extruder - CURA-4482
|
# if there is not global quality but we're using a single extrusion machine, copy the quality of the first extruder - CURA-4482
|
||||||
if not global_quality and len(extruder_stacks) == 1:
|
if not global_quality and len(extruder_stacks) == 1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue