mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 22:29:41 +08:00
Add connectedPrinter to MonitorItem
CURA-5943
This commit is contained in:
parent
5a16918391
commit
e65f2d66a6
@ -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…
x
Reference in New Issue
Block a user