CURA-8463
This commit is contained in:
Jaime van Kessel 2022-08-30 13:11:34 +02:00
parent 6d947963a4
commit 587d71bb57
No known key found for this signature in database
GPG Key ID: C85F7A3AF1BAA7C4

View File

@ -221,7 +221,7 @@ class LocalClusterOutputDeviceManager:
return
# Create a new machine and activate it.
# We do not use use MachineManager.addMachine here because we need to set the network key before activating it.
# We do not use MachineManager.addMachine here because we need to set the network key before activating it.
# If we do not do this the auto-pairing with the cloud-equivalent device will not work.
new_machine = CuraStackBuilder.createMachine(device.name, device.printerType)
if not new_machine: