From c47464274498f0e5cea451981dd12b95da0c7239 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 22 May 2017 14:25:29 +0200 Subject: [PATCH] Removed debug ID CURA-3814 --- cura/Settings/ExtrudersModel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,