mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:15:55 +08:00
Removed debug ID
CURA-3814
This commit is contained in:
parent
92192ff411
commit
c474642744
@ -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…
x
Reference in New Issue
Block a user