mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 06:52:07 +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: ""
|
property string value: ""
|
||||||
height: childrenRect.height;
|
height: childrenRect.height;
|
||||||
|
|
||||||
|
property var connectedPrinter: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||||
|
|
||||||
Row
|
Row
|
||||||
{
|
{
|
||||||
height: UM.Theme.getSize("setting_control").height
|
height: UM.Theme.getSize("setting_control").height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user