mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Ensure that setActiveExtruderCount correctly emits the extruderEnablechanged signal
This commit is contained in:
parent
15d83cc6da
commit
0520f9a4bc
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ class MachineManager(QObject):
|
|||
definition_changes_container.setProperty("machine_extruder_count", "value", extruder_count)
|
||||
|
||||
self.updateDefaultExtruder()
|
||||
self.updateNumberExtrudersEnabled()
|
||||
self.numberExtrudersEnabledChanged.emit()
|
||||
self.correctExtruderSettings()
|
||||
|
||||
# Check to see if any objects are set to print with an extruder that will no longer exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue