mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix crash when profile referenced unavailable extruder
CURA-8584
This commit is contained in:
parent
4163bc2400
commit
c7c052e51c
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ class MachineManager(QObject):
|
|||
|
||||
self.setIntentByCategory(quality_changes_group.intent_category)
|
||||
self._reCalculateNumUserSettings()
|
||||
|
||||
self.correctExtruderSettings()
|
||||
self.activeQualityGroupChanged.emit()
|
||||
self.activeQualityChangesGroupChanged.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue