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
|
@ -249,6 +249,7 @@ class SettingInheritanceManager(QObject):
|
|||
if self._global_container_stack:
|
||||
self._global_container_stack.containersChanged.connect(self._onContainersChanged)
|
||||
self._global_container_stack.propertyChanged.connect(self._onPropertyChanged)
|
||||
self._onActiveExtruderChanged()
|
||||
|
||||
def _onContainersChanged(self, container):
|
||||
self._update_timer.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue