mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Use extruderList rather than deprecated extruders property
Done during Turbo Testing and Tooling.
This commit is contained in:
parent
458acb356f
commit
fc6867a4a0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Item
|
|||
|
||||
Label //Extruder name.
|
||||
{
|
||||
text: Cura.MachineManager.activeMachine.extruders[position].name !== "" ? Cura.MachineManager.activeMachine.extruders[position].name : catalog.i18nc("@label", "Extruder")
|
||||
text: Cura.MachineManager.activeMachine.extruderList[position].name !== "" ? Cura.MachineManager.activeMachine.extruderList[position].name : catalog.i18nc("@label", "Extruder")
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("default")
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue