mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06: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: ""
|
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…
Add table
Add a link
Reference in a new issue