mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
PrinterOutputModel now has different extruders if it has more than one.
It used to just fill the list with references to the first one created. CL-541
This commit is contained in:
parent
d8b12be5e4
commit
34e808d585
2 changed files with 2 additions and 3 deletions
|
@ -51,7 +51,7 @@ Column
|
|||
{
|
||||
color: UM.Theme.getColor("sidebar")
|
||||
width: index == machineExtruderCount.properties.value - 1 && index % 2 == 0 ? extrudersGrid.width : Math.floor(extrudersGrid.width / 2 - UM.Theme.getSize("sidebar_lining_thin").width / 2)
|
||||
extruderModel: activePrinter.extruders[index]
|
||||
extruderModel: modelData
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue