mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Pass definition to _uniqueName instead of name
This function expects the entire definition. Contributes to issueS CURA-1278 and CURA-351.
This commit is contained in:
parent
9b2acf0317
commit
b4782e9b12
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class Extruder:
|
|||
self._nozzles += container_registry.findInstanceContainers(type = "nozzle", definitions = self._definition.getId())
|
||||
|
||||
#Create a container stack for this extruder.
|
||||
self._name = self._uniqueName(self._definition.getId())
|
||||
self._name = self._uniqueName(self._definition)
|
||||
self._container_stack = UM.Settings.ContainerStack(self._name)
|
||||
self._container_stack.addMetaDataEntry("type", "extruder_train")
|
||||
self._container_stack.addContainer(self._definition)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue