mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Fix material menu model extruder binding and initial update
This commit is contained in:
parent
68b1a374e0
commit
8dfa52f15c
3 changed files with 36 additions and 11 deletions
|
@ -82,12 +82,13 @@ Menu
|
|||
Cura.GenericMaterialsModel
|
||||
{
|
||||
id: genericMaterialsModel
|
||||
//Component.onCompleted: populateMenuModels()
|
||||
extruderPosition: menu.extruderIndex
|
||||
}
|
||||
|
||||
Cura.BrandMaterialsModel
|
||||
{
|
||||
id: brandModel
|
||||
extruderPosition: menu.extruderIndex
|
||||
}
|
||||
|
||||
ExclusiveGroup { id: group }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue