mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Fix typo
CURA-8463
This commit is contained in:
parent
6d947963a4
commit
587d71bb57
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue