mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:19:03 +08: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
@ -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…
x
Reference in New Issue
Block a user