mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Machine_id instead of definition_id is now used to link extruders
Contributes to CURA-1898
This commit is contained in:
parent
936617f2aa
commit
726eb97d9f
5 changed files with 21 additions and 22 deletions
|
@ -88,7 +88,7 @@ class GCodeWriter(MeshWriter):
|
|||
data = {"global_quality": serialized}
|
||||
|
||||
manager = ExtruderManager.getInstance()
|
||||
for extruder in manager.getMachineExtruders(stack.getBottom().getId()):
|
||||
for extruder in manager.getMachineExtruders(stack.getId()):
|
||||
extruder_quality = extruder.findContainer({"type": "quality"})
|
||||
|
||||
flat_extruder_quality_id = machine_manager.duplicateContainer(extruder_quality.getId())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue