mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
In material page was not defined the used extruder nr, for generic materials
CURA-5682
This commit is contained in:
parent
1bf78c086d
commit
86d8f8517d
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,11 @@ Item
|
||||||
UM.I18nCatalog { id: catalog; name: "cura"; }
|
UM.I18nCatalog { id: catalog; name: "cura"; }
|
||||||
Cura.MaterialBrandsModel { id: materialsModel }
|
Cura.MaterialBrandsModel { id: materialsModel }
|
||||||
Cura.FavoriteMaterialsModel { id: favoriteMaterialsModel }
|
Cura.FavoriteMaterialsModel { id: favoriteMaterialsModel }
|
||||||
Cura.GenericMaterialsModel { id: genericMaterialsModel }
|
Cura.GenericMaterialsModel
|
||||||
|
{
|
||||||
|
id: genericMaterialsModel
|
||||||
|
extruderPosition: Cura.ExtruderManager.activeExtruderIndex
|
||||||
|
}
|
||||||
|
|
||||||
property var currentType: null
|
property var currentType: null
|
||||||
property var currentBrand: null
|
property var currentBrand: null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue