mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Simplify logic by having abstract printers always be online.
CURA-9221
This commit is contained in:
parent
2013ad6baf
commit
04580b8fdc
2 changed files with 2 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue