mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -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
|
@ -344,9 +344,7 @@ class ExtruderManager(QObject):
|
|||
self._fixSingleExtrusionMachineExtruderDefinition(global_stack)
|
||||
if extruders_changed:
|
||||
self.extrudersChanged.emit(global_stack_id)
|
||||
|
||||
# Set it directly instead of using setActiveExtruder, since we want to force the signal to emitted.
|
||||
self._active_extruder_index = 0
|
||||
self.setActiveExtruderIndex(0)
|
||||
self.activeExtruderChanged.emit()
|
||||
|
||||
# After 3.4, all single-extrusion machines have their own extruder definition files instead of reusing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue