mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Use pretty-printed string for the AbstractMachine
name
Cura-9277 Co-authored-by: joeydelarago <joeydelarago@gmail.com>
This commit is contained in:
parent
761bf3b8fa
commit
d7f119415f
2 changed files with 15 additions and 23 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue