mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add connectedPrinter to MonitorItem
CURA-5943
This commit is contained in:
parent
5a16918391
commit
e65f2d66a6
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ Item
|
|||
property string value: ""
|
||||
height: childrenRect.height;
|
||||
|
||||
property var connectedPrinter: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
|
||||
Row
|
||||
{
|
||||
height: UM.Theme.getSize("setting_control").height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue