mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Add connectedPrinter to ExtruderBox
CURA-5943
This commit is contained in:
parent
75661d9bba
commit
8eb0f66df3
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ Item
|
|||
property alias color: background.color
|
||||
property var extruderModel
|
||||
property var position: index
|
||||
property var connectedPrinter: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
|
||||
implicitWidth: parent.width
|
||||
implicitHeight: UM.Theme.getSize("print_setup_extruder_box").height
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue