mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08:00
Add missing signal
This commit is contained in:
parent
972be1b54a
commit
e4af883f25
@ -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…
x
Reference in New Issue
Block a user