mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Deprecated the allActiveMaterialIds and replaced the single location where it was used
CURA-6600
This commit is contained in:
parent
7979fcd633
commit
e7609fadf4
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue