mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4400 optional_extruders cannot be set to disabled extruders anymore
This commit is contained in:
parent
c21b19a910
commit
05cd937df3
3 changed files with 24 additions and 4 deletions
|
@ -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": ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue