In material page was not defined the used extruder nr, for generic materials

CURA-5682
This commit is contained in:
Aleksei S 2018-09-21 13:48:46 +02:00
parent 1bf78c086d
commit 86d8f8517d

View file

@ -19,7 +19,11 @@ Item
UM.I18nCatalog { id: catalog; name: "cura"; }
Cura.MaterialBrandsModel { id: materialsModel }
Cura.FavoriteMaterialsModel { id: favoriteMaterialsModel }
Cura.GenericMaterialsModel { id: genericMaterialsModel }
Cura.GenericMaterialsModel
{
id: genericMaterialsModel
extruderPosition: Cura.ExtruderManager.activeExtruderIndex
}
property var currentType: null
property var currentBrand: null