Home
last modified time | relevance | path

Searched refs:activeMachineIsUsingCloudConnection (Results 1 – 3 of 3) sorted by relevance

/dports/cad/cura/Cura-58bae31/plugins/UM3NetworkPrinting/resources/qml/
H A DMonitorQueue.qml19 property bool cloudConnection: Cura.MachineManager.activeMachineIsUsingCloudConnection
H A DMonitorPrinterCard.qml33 property bool cloudConnection: Cura.MachineManager.activeMachineIsUsingCloudConnection
/dports/cad/cura/Cura-58bae31/cura/Settings/
H A DMachineManager.py533 def activeMachineIsUsingCloudConnection(self) -> bool: member in MachineManager