mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 19:13:16 +08:00
Select correct material according to the active extruder
CURA-5682
This commit is contained in:
parent
86d8f8517d
commit
b44fb7ca24
@ -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…
x
Reference in New Issue
Block a user