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:
Ghostkeeper 2016-06-01 14:55:15 +02:00
parent 60a71fcc33
commit d1566ef637
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -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.
#