mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Select correct material according to the active extruder
CURA-5682
This commit is contained in:
parent
86d8f8517d
commit
b44fb7ca24
1 changed files with 12 additions and 2 deletions
|
@ -17,8 +17,18 @@ Item
|
||||||
|
|
||||||
// Children
|
// Children
|
||||||
UM.I18nCatalog { id: catalog; name: "cura"; }
|
UM.I18nCatalog { id: catalog; name: "cura"; }
|
||||||
Cura.MaterialBrandsModel { id: materialsModel }
|
Cura.MaterialBrandsModel
|
||||||
Cura.FavoriteMaterialsModel { id: favoriteMaterialsModel }
|
{
|
||||||
|
id: materialsModel
|
||||||
|
extruderPosition: Cura.ExtruderManager.activeExtruderIndex
|
||||||
|
}
|
||||||
|
|
||||||
|
Cura.FavoriteMaterialsModel
|
||||||
|
{
|
||||||
|
id: favoriteMaterialsModel
|
||||||
|
extruderPosition: Cura.ExtruderManager.activeExtruderIndex
|
||||||
|
}
|
||||||
|
|
||||||
Cura.GenericMaterialsModel
|
Cura.GenericMaterialsModel
|
||||||
{
|
{
|
||||||
id: genericMaterialsModel
|
id: genericMaterialsModel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue