mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Cluster can now "target" one of it's printers for display
CL-541
This commit is contained in:
parent
a49d3dbd8e
commit
dea13899b3
5 changed files with 31 additions and 13 deletions
|
@ -62,7 +62,6 @@ Component
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
ScrollView
|
||||
{
|
||||
id: printerScrollView
|
||||
|
@ -93,10 +92,10 @@ Component
|
|||
}
|
||||
}
|
||||
|
||||
/*PrinterVideoStream
|
||||
PrinterVideoStream
|
||||
{
|
||||
visible: OutputDevice.selectedPrinterName != ""
|
||||
visible: OutputDevice.activePrinter != null
|
||||
anchors.fill:parent
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue