mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed the inital call to clusters
This commit is contained in:
parent
fb019ba987
commit
172e003e1b
1 changed files with 1 additions and 5 deletions
|
@ -43,11 +43,7 @@ class CloudOutputDeviceManager(NetworkClient):
|
|||
# When switching machines we check if we have to activate a remote cluster.
|
||||
application.globalContainerStackChanged.connect(self._activeMachineChanged)
|
||||
|
||||
# Fetch all remote clusters for the authenticated user.
|
||||
# TODO: update remote clusters periodically
|
||||
self._account.loginStateChanged.connect(self._getRemoteClusters)
|
||||
|
||||
# Periodically check the cloud for an update on the clusters connected to the user's account
|
||||
# Periodically check all remote clusters for the authenticated user.
|
||||
self._update_clusters_thread = Thread(target=self._updateClusters, daemon=True)
|
||||
self._update_clusters_thread.start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue