mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Remove compatible role
It is no longer used. Contributes to issue CURA-5460.
This commit is contained in:
parent
f5c9458e86
commit
d7eb5a76be
3 changed files with 0 additions and 4 deletions
|
@ -54,7 +54,6 @@ class GenericMaterialsModel(BaseMaterialsModel):
|
|||
"material": metadata["material"],
|
||||
"color_name": metadata["color_name"],
|
||||
"container_node": container_node,
|
||||
"compatible": metadata.get("compatible", True)
|
||||
}
|
||||
item_list.append(item)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue