mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
add one more TODO
This commit is contained in:
parent
d91efc656a
commit
0852d2ebef
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class CloudOutputDeviceManager(NetworkClient):
|
||||||
local_device_id = active_machine.getMetaDataEntry("um_network_key")
|
local_device_id = active_machine.getMetaDataEntry("um_network_key")
|
||||||
if local_device_id:
|
if local_device_id:
|
||||||
active_output_device = self._output_device_manager.getActiveDevice()
|
active_output_device = self._output_device_manager.getActiveDevice()
|
||||||
# We must find a match for the active machine and a cloud device
|
# TODO: We must find a match for the active machine and a cloud device
|
||||||
|
|
||||||
stored_cluster_id = active_machine.getMetaDataEntry("um_cloud_cluster_id")
|
stored_cluster_id = active_machine.getMetaDataEntry("um_cloud_cluster_id")
|
||||||
if stored_cluster_id not in self._remote_clusters.keys():
|
if stored_cluster_id not in self._remote_clusters.keys():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue