mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
Fix typo
CURA-8463
This commit is contained in:
parent
6d947963a4
commit
587d71bb57
@ -221,7 +221,7 @@ class LocalClusterOutputDeviceManager:
|
|||||||
return
|
return
|
||||||
|
|
||||||
# Create a new machine and activate it.
|
# 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.
|
# 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)
|
new_machine = CuraStackBuilder.createMachine(device.name, device.printerType)
|
||||||
if not new_machine:
|
if not new_machine:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user