mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
cleanup
This commit is contained in:
parent
af2061cd52
commit
bbddbcde9a
1 changed files with 0 additions and 4 deletions
|
@ -528,10 +528,6 @@ class MachineManager(QObject):
|
|||
@pyqtProperty(bool, notify = printerConnectedStatusChanged)
|
||||
def activeMachineHasRemoteConnection(self) -> bool:
|
||||
return self.activeMachineHasActiveNetworkConnection or self.activeMachineHasActiveCloudConnection
|
||||
# if self._global_container_stack:
|
||||
# connection_type = self._global_container_stack.getMetaDataEntry("connection_type")
|
||||
# return connection_type in [ConnectionType.NetworkConnection.value, ConnectionType.CloudConnection.value]
|
||||
# return False
|
||||
|
||||
@pyqtProperty(bool, notify = printerConnectedStatusChanged)
|
||||
def activeMachineIsGroup(self) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue