mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 16:09:15 +08:00
Simplify list notation
CURA-9278
This commit is contained in:
parent
b7611da95e
commit
0f36f83373
@ -79,5 +79,5 @@ class CompatibleMachineModel(ListModel):
|
|||||||
self.appendItem({
|
self.appendItem({
|
||||||
"name": printer.name,
|
"name": printer.name,
|
||||||
"unique_id": printer.name, # <- Can assume the cloud doesn't have duplicate names?
|
"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…
x
Reference in New Issue
Block a user