mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Simplify list notation
CURA-9278
This commit is contained in:
parent
b7611da95e
commit
0f36f83373
1 changed files with 1 additions and 1 deletions
|
@ -79,5 +79,5 @@ class CompatibleMachineModel(ListModel):
|
|||
self.appendItem({
|
||||
"name": printer.name,
|
||||
"unique_id": printer.name, # <- Can assume the cloud doesn't have duplicate names?
|
||||
"extruders": [extruder for extruder in extruder_configs.values()]
|
||||
"extruders": extruder_configs.values()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue