mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 09:45:53 +08:00
No need to set parent for ExtruderStack
This commit is contained in:
parent
41e94cd2a1
commit
e859861517
@ -143,7 +143,7 @@ class CuraStackBuilder:
|
||||
application = CuraApplication.getInstance()
|
||||
registry = application.getContainerRegistry()
|
||||
|
||||
stack = ExtruderStack(new_stack_id, parent = global_stack)
|
||||
stack = ExtruderStack(new_stack_id)
|
||||
stack.setName(extruder_definition.getName())
|
||||
stack.setDefinition(extruder_definition)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user