mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Add all fields for optional extruder in ExtruderModel
CURA-6015
This commit is contained in:
parent
df0b1c6c77
commit
d879cab91a
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue