Add all fields for optional extruder in ExtruderModel

CURA-6015
This commit is contained in:
Lipu Fei 2018-12-13 13:49:06 +01:00
parent df0b1c6c77
commit d879cab91a

View file

@ -204,7 +204,12 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
"enabled": True, "enabled": True,
"color": "#ffffff", "color": "#ffffff",
"index": -1, "index": -1,
"definition": "" "definition": "",
"material": "",
"variant": "",
"stack": None,
"material_brand": "",
"color_name": "",
} }
items.append(item) items.append(item)
if self._items != items: if self._items != items: