Simplify logic by having abstract printers always be online.

CURA-9221
This commit is contained in:
joeydelarago 2022-08-24 14:33:04 +02:00
parent 2013ad6baf
commit 04580b8fdc
2 changed files with 2 additions and 5 deletions

View file

@ -297,6 +297,7 @@ class CuraStackBuilder:
name = machine_definition.getName()
stack = AbstractMachine(abstract_machine_id)
stack.setMetaDataEntry("is_online", True)
stack.setDefinition(machine_definition)
cls.createUserContainer(
name,