Use pretty-printed string for the AbstractMachine name

Cura-9277

Co-authored-by: joeydelarago <joeydelarago@gmail.com>
This commit is contained in:
c.lamboo 2022-08-19 16:35:00 +02:00
parent 761bf3b8fa
commit d7f119415f
2 changed files with 15 additions and 23 deletions

View file

@ -405,7 +405,7 @@ class CloudOutputDeviceManager:
self._setOutputDeviceMetadata(device, new_machine)
CuraStackBuilder.createAbstractMachine(device.name, device.printerType)
CuraStackBuilder.createAbstractMachine(device.printerType)
if activate:
CuraApplication.getInstance().getMachineManager().setActiveMachine(new_machine.getId())