mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix remaining references to instance_container._id
These must've slipped through the cracks. Contributes to issue CURA-4243.
This commit is contained in:
parent
839c8ccc52
commit
3a9c8d16a2
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ class GlobalStack(CuraContainerStack):
|
|||
return
|
||||
|
||||
if any(item.getId() == extruder.id for item in self._extruders.values()):
|
||||
Logger.log("w", "Extruder [%s] has already been added to this stack [%s]", extruder.id, self._id)
|
||||
Logger.log("w", "Extruder [%s] has already been added to this stack [%s]", extruder.id, self.getId())
|
||||
return
|
||||
|
||||
self._extruders[position] = extruder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue