mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
WIP: Cleanup
This commit is contained in:
parent
faf02424a7
commit
3546e54c95
3 changed files with 8 additions and 14 deletions
|
@ -24,8 +24,7 @@ class CustomQualityProfilesModel(QualityProfilesModel):
|
|||
for key in sorted(quality_changes_group_dict):
|
||||
quality_changes_group = quality_changes_group_dict[key]
|
||||
|
||||
item = {"id": "TODO", # TODO: probably will be removed
|
||||
"name": quality_changes_group.name,
|
||||
item = {"name": quality_changes_group.name,
|
||||
"layer_height": "",
|
||||
"layer_height_without_unit": "",
|
||||
"available": quality_changes_group.is_available,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue