mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Move cloud connection check logic to Python
This commit is contained in:
parent
5e9fe3fe50
commit
1b356a3219
2 changed files with 10 additions and 1 deletions
|
@ -13,7 +13,7 @@ Cura.ExpandablePopup
|
|||
|
||||
property var outputDevice: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
property bool isNetworkPrinter: Cura.MachineManager.activeMachineHasRemoteConnection
|
||||
property bool isCloudPrinter: machineSelector.outputDevice.connectionType == Cura.PrinterOutputDevice.CloudConnection
|
||||
property bool isCloudPrinter: Cura.MachineManager.activeMachineHasCloudConnection
|
||||
property bool isPrinterConnected: Cura.MachineManager.printerConnected
|
||||
|
||||
contentPadding: UM.Theme.getSize("default_lining").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue