mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Add extruder container stack to registry
Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
parent
357997c984
commit
bfc880b61a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class Extruder:
|
|||
#Create a container stack for this extruder.
|
||||
self._name = self._uniqueName(self._definition)
|
||||
self._container_stack = UM.Settings.ContainerStack(self._name)
|
||||
container_registry.addContainer(self._container_stack)
|
||||
self._container_stack.addMetaDataEntry("type", "extruder_train")
|
||||
self._container_stack.addContainer(self._definition)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue