mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Start with some fakes for monitor page
This commit is contained in:
parent
65d6791077
commit
97607419cf
2 changed files with 31 additions and 1 deletions
|
@ -114,6 +114,7 @@ class CloudOutputDeviceManager(NetworkClient):
|
|||
device = CloudOutputDevice(cluster.cluster_id)
|
||||
self._output_device_manager.addOutputDevice(device)
|
||||
self._remote_clusters[cluster.cluster_id] = device
|
||||
device.connect() # TODO: remove this
|
||||
self._connectToActiveMachine()
|
||||
|
||||
## Remove a CloudOutputDevice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue