mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Update quality and intent models when extruders get changed
CURA-6894
This commit is contained in:
parent
f93f26444b
commit
d350c9e3d9
2 changed files with 14 additions and 1 deletions
|
@ -43,6 +43,9 @@ class QualityProfilesDropDownMenuModel(ListModel):
|
|||
machine_manager.activeStackChanged.connect(self._onChange)
|
||||
machine_manager.extruderChanged.connect(self._onChange)
|
||||
|
||||
extruder_manager = application.getExtruderManager()
|
||||
extruder_manager.extrudersChanged.connect(self._onChange)
|
||||
|
||||
self._layer_height_unit = "" # This is cached
|
||||
|
||||
self._update_timer = QTimer() # type: QTimer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue