mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class ExtruderManager:
|
|||
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.
|
||||
self._reloadExtruders()
|
||||
|
||||
## (Re)loads all extruders of the currently active machine.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue