mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Ensure that all material configs are added to the list
CURA-8463
This commit is contained in:
parent
6fed6b824c
commit
e2ba110cf7
4 changed files with 26 additions and 6 deletions
|
@ -403,7 +403,6 @@ class CloudOutputDeviceManager:
|
|||
remote_abstract_cluster_copy: List[CloudOutputDevice] = list(self._abstract_clusters.values())
|
||||
for device in remote_abstract_cluster_copy:
|
||||
if device.printerType == active_machine.definition.getId():
|
||||
print("Found the device to activate", device)
|
||||
self._connectToAbstractOutputDevice(device, active_machine)
|
||||
else:
|
||||
output_device_manager.removeOutputDevice(device.key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue