mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Connection states changes are now tied into the UI again
CL-541
This commit is contained in:
parent
9cfe9769d3
commit
0f78b05802
4 changed files with 19 additions and 13 deletions
|
@ -12,7 +12,9 @@ import Cura 1.0 as Cura
|
|||
Column
|
||||
{
|
||||
id: printMonitor
|
||||
property var connectedPrinter: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
property var connectedDevice: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
|
||||
property var activePrinter: connectedDevice != null ? connectedDevice.activePrinter : null
|
||||
|
||||
Cura.ExtrudersModel
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue