mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Revert "Prevent some unneeded calling of signals"
This reverts commit 85f10e7c4f
.
The second time you start Cura, it won't slice due to the number of extruders being wrong.
This commit is contained in:
parent
e4af883f25
commit
42058a2e8f
3 changed files with 3 additions and 3 deletions
|
@ -385,6 +385,7 @@ class MachineManager(QObject):
|
|||
self._application.setGlobalContainerStack(global_stack)
|
||||
ExtruderManager.getInstance()._globalContainerStackChanged()
|
||||
self._initMachineState(global_stack)
|
||||
self._onGlobalContainerChanged()
|
||||
|
||||
self.__emitChangedSignals()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue