mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
ProfilesModel is now updated when active variant or material is changed
Contributes to CURA-2494
This commit is contained in:
parent
513c05b78c
commit
7d9d751121
2 changed files with 6 additions and 1 deletions
|
@ -50,7 +50,7 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
|
|||
|
||||
self._active_extruder_stack = None
|
||||
|
||||
# Listen to changes.
|
||||
#Listen to changes.
|
||||
UM.Application.getInstance().globalContainerStackChanged.connect(self._updateExtruders)
|
||||
manager = ExtruderManager.getInstance()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue