diff --git a/cura/Settings/ExtrudersModel.py b/cura/Settings/ExtrudersModel.py index f6aa2dd87a..26943e61ca 100644 --- a/cura/Settings/ExtrudersModel.py +++ b/cura/Settings/ExtrudersModel.py @@ -214,7 +214,7 @@ class ExtrudersModel(UM.Qt.ListModel.ListModel): # This way we can simply intrepret the -1 of the index as the last item (which it now always is) if self._add_optional_extruder: item = { - "id": "zomg", + "id": "", "name": "Not overridden", "color": "#ffffff", "index": -1,