mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Filter available materials by the machine definition
Since we now have some machine-specific materials
This commit is contained in:
parent
2654033fae
commit
b2a8810d04
2 changed files with 2 additions and 2 deletions
|
|
@ -197,7 +197,7 @@ Item
|
|||
id: materialSelectionInstantiator
|
||||
model: UM.InstanceContainersModel
|
||||
{
|
||||
filter: {"type": "material"}
|
||||
filter: { "type": "material", "definition": Cura.MachineManager.activeDefinitionId }
|
||||
}
|
||||
MenuItem
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue