mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:49:04 +08:00
Merge pull request #18038 from Ultimaker/fix_material_name_crash
change "label" to "name" to align with items in global_container_stack check
This commit is contained in:
commit
9bd882fa51
@ -227,7 +227,7 @@ class ExtrudersModel(ListModel):
|
||||
"material_brand": "",
|
||||
"color_name": "",
|
||||
"material_type": "",
|
||||
"material_label": ""
|
||||
"material_name": ""
|
||||
}
|
||||
items.append(item)
|
||||
if self._items != items:
|
||||
|
Loading…
x
Reference in New Issue
Block a user