mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Removed debug ID
CURA-3814
This commit is contained in:
parent
92192ff411
commit
c474642744
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue