Remove part of hack for fixing extrudersCHanged signal at the wrong time.

Other things rely on the extruders changed signal so it is better to just emit it again at the correct time.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-08 13:11:14 +01:00
parent 82fd34f168
commit e6f4055df5
4 changed files with 7 additions and 16 deletions

View file

@ -66,7 +66,7 @@ Cura.ComboBox {
property UM.SettingPropertyProvider propertyProvider: UM.SettingPropertyProvider
{
id: propertyProvider
containerStackId: updateAllExtruders ? Cura.ExtruderManager.globalStackExtruderIds[defaultExtruderIndex] : Cura.MachineManager.activeMachine.id
containerStackId: updateAllExtruders ? Cura.ExtruderManager.extruderIds[defaultExtruderIndex] : Cura.MachineManager.activeMachine.id
watchedProperties: ["value" , "options"]
}