Browse Source

change label to name to align with items in global_container_stack check

HellAholic 1 year ago
parent
commit
1a57f12172
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/Machines/Models/ExtrudersModel.py

+ 1 - 1
cura/Machines/Models/ExtrudersModel.py

@@ -227,7 +227,7 @@ class ExtrudersModel(ListModel):
                     "material_brand": "",
                     "color_name": "",
                     "material_type": "",
-                    "material_label": ""
+                    "material_name": ""
                 }
                 items.append(item)
             if self._items != items: