mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Also reload extruders at init
Not a reload really, just a load. Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
parent
60a71fcc33
commit
d1566ef637
@ -21,6 +21,7 @@ class ExtruderManager:
|
|||||||
self._extruders = [] #Extruders for the current machine.
|
self._extruders = [] #Extruders for the current machine.
|
||||||
|
|
||||||
Application.getInstance().getGlobalContainerStack().containersChanged.connect(self._reloadExtruders) #When the current machine changes, we need to reload all extruders belonging to the new machine.
|
Application.getInstance().getGlobalContainerStack().containersChanged.connect(self._reloadExtruders) #When the current machine changes, we need to reload all extruders belonging to the new machine.
|
||||||
|
self._reloadExtruders()
|
||||||
|
|
||||||
## (Re)loads all extruders of the currently active machine.
|
## (Re)loads all extruders of the currently active machine.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user