Deprecated the allActiveMaterialIds and replaced the single location where it was used

CURA-6600
This commit is contained in:
Jaime van Kessel 2019-08-21 17:08:35 +02:00
parent 7979fcd633
commit e7609fadf4
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,8 @@ Menu
property int extruderIndex: 0
property string currentRootMaterialId: Cura.MachineManager.currentRootMaterialId[extruderIndex]
property string activeMaterialId: Cura.MachineManager.allActiveMaterialIds[Cura.ExtruderManager.extruderIds[extruderIndex]]
property string activeMaterialId: Cura.MachineManager.activeMachine.extruders[extruderIndex].material.id
property bool updateModels: true
Cura.FavoriteMaterialsModel
{