mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add missing signal
This commit is contained in:
parent
972be1b54a
commit
e4af883f25
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class GlobalStack(CuraContainerStack):
|
|||
return
|
||||
|
||||
self._extruders[position] = extruder
|
||||
self.extrudersChanged.emit()
|
||||
Logger.log("i", "Extruder[%s] added to [%s] at position [%s]", extruder.id, self.id, position)
|
||||
|
||||
## Overridden from ContainerStack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue