mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
No need to set parent for ExtruderStack
This commit is contained in:
parent
41e94cd2a1
commit
e859861517
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class CuraStackBuilder:
|
||||||
application = CuraApplication.getInstance()
|
application = CuraApplication.getInstance()
|
||||||
registry = application.getContainerRegistry()
|
registry = application.getContainerRegistry()
|
||||||
|
|
||||||
stack = ExtruderStack(new_stack_id, parent = global_stack)
|
stack = ExtruderStack(new_stack_id)
|
||||||
stack.setName(extruder_definition.getName())
|
stack.setName(extruder_definition.getName())
|
||||||
stack.setDefinition(extruder_definition)
|
stack.setDefinition(extruder_definition)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue