CURA-4400 optional_extruders cannot be set to disabled extruders anymore

This commit is contained in:
Jack Ha 2018-03-15 15:00:13 +01:00
parent c21b19a910
commit 05cd937df3
3 changed files with 24 additions and 4 deletions

View file

@ -210,6 +210,7 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel):
item = {
"id": "",
"name": catalog.i18nc("@menuitem", "Not overridden"),
"enabled": True,
"color": "#ffffff",
"index": -1,
"definition": ""