No need for the extra extrudersAdded signal

CURA-4784
This commit is contained in:
Lipu Fei 2018-01-12 09:58:06 +01:00
parent 8b3bd71b36
commit 225b03e98e
2 changed files with 0 additions and 5 deletions

View file

@ -88,7 +88,6 @@ class CuraEngineBackend(QObject, Backend):
#
self._global_container_stack = None
Application.getInstance().globalContainerStackChanged.connect(self._onGlobalStackChanged)
Application.getInstance().getExtruderManager().extrudersAdded.connect(self._onGlobalStackChanged)
self._onGlobalStackChanged()
Application.getInstance().stacksValidationFinished.connect(self._onStackErrorCheckFinished)