Reduce size by Json Fromatting (#13163)

Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.

| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |

Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON.

> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
This commit is contained in:
Ian Bassi
2026-04-15 11:58:12 -03:00
committed by GitHub
parent f7ef8a14bd
commit 16727644bb
10101 changed files with 1871226 additions and 1860967 deletions

View File

@@ -1,154 +1,154 @@
{
"name": "Comgrow",
"version": "02.03.02.60",
"force_update": "0",
"description": "Comgrow configurations",
"machine_model_list": [
{
"name": "Comgrow T300",
"sub_path": "machine/Comgrow T300.json"
},
{
"name": "Comgrow T500",
"sub_path": "machine/Comgrow T500.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.18mm Optimal @Comgrow T500",
"sub_path": "process/0.18mm Optimal @Comgrow T500.json"
},
{
"name": "0.20mm Standard @Comgrow T500",
"sub_path": "process/0.20mm Standard @Comgrow T500.json"
},
{
"name": "fdm_process_comgrow_common",
"sub_path": "process/fdm_process_comgrow_common.json"
},
{
"name": "0.16mm Opitmal @Comgrow T500 0.6",
"sub_path": "process/0.16mm Opitmal @Comgrow T500 0.6.json"
},
{
"name": "0.16mm Optimal @Comgrow T500 0.4",
"sub_path": "process/0.16mm Optimal @Comgrow T500 0.4.json"
},
{
"name": "0.20mm Optimal @Comgrow T300 0.4 - official",
"sub_path": "process/0.20mm Optimal @Comgrow T300 0.4 - official.json"
},
{
"name": "0.20mm Standard @Comgrow T500 0.4",
"sub_path": "process/0.20mm Standard @Comgrow T500 0.4.json"
},
{
"name": "0.20mm Standard @Comgrow T500 0.6",
"sub_path": "process/0.20mm Standard @Comgrow T500 0.6.json"
},
{
"name": "0.20mm Standard @Comgrow T500 1.0",
"sub_path": "process/0.20mm Standard @Comgrow T500 1.0.json"
},
{
"name": "0.24mm Draft @Comgrow T500 0.4",
"sub_path": "process/0.24mm Draft @Comgrow T500 0.4.json"
},
{
"name": "0.24mm Draft @Comgrow T500 0.6",
"sub_path": "process/0.24mm Draft @Comgrow T500 0.6.json"
},
{
"name": "0.24mm Optimal @Comgrow T500 0.8",
"sub_path": "process/0.24mm Optimal @Comgrow T500 0.8.json"
},
{
"name": "0.28mm SuperDraft @Comgrow T500 0.4",
"sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.4.json"
},
{
"name": "0.28mm SuperDraft @Comgrow T500 0.6",
"sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.6.json"
},
{
"name": "0.32mm Standard @Comgrow T500 0.8",
"sub_path": "process/0.32mm Standard @Comgrow T500 0.8.json"
},
{
"name": "0.40mm Draft @Comgrow T500 0.8",
"sub_path": "process/0.40mm Draft @Comgrow T500 0.8.json"
},
{
"name": "0.48mm Draft @Comgrow T500 0.8",
"sub_path": "process/0.48mm Draft @Comgrow T500 0.8.json"
},
{
"name": "0.56mm SuperChunky @Comgrow T500 0.8",
"sub_path": "process/0.56mm SuperDraft @Comgrow T500 0.8.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "Comgrow Generic ABS",
"sub_path": "filament/Comgrow Generic ABS.json"
},
{
"name": "Comgrow Generic PETG",
"sub_path": "filament/Comgrow Generic PETG.json"
},
{
"name": "Comgrow Generic PLA",
"sub_path": "filament/Comgrow Generic PLA.json"
},
{
"name": "Comgrow T300 PLA",
"sub_path": "filament/Comgrow T300 PLA.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_comgrow_common",
"sub_path": "machine/fdm_comgrow_common.json"
},
{
"name": "Comgrow T300 0.4 nozzle",
"sub_path": "machine/Comgrow T300 0.4 nozzle.json"
},
{
"name": "Comgrow T500 0.4 nozzle",
"sub_path": "machine/Comgrow T500 0.4 nozzle.json"
},
{
"name": "Comgrow T500 0.6 nozzle",
"sub_path": "machine/Comgrow T500 0.6 nozzle.json"
},
{
"name": "Comgrow T500 0.8 nozzle",
"sub_path": "machine/Comgrow T500 0.8 nozzle.json"
}
]
}
"name": "Comgrow",
"version": "02.03.02.60",
"force_update": "0",
"description": "Comgrow configurations",
"machine_model_list": [
{
"name": "Comgrow T300",
"sub_path": "machine/Comgrow T300.json"
},
{
"name": "Comgrow T500",
"sub_path": "machine/Comgrow T500.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.18mm Optimal @Comgrow T500",
"sub_path": "process/0.18mm Optimal @Comgrow T500.json"
},
{
"name": "0.20mm Standard @Comgrow T500",
"sub_path": "process/0.20mm Standard @Comgrow T500.json"
},
{
"name": "fdm_process_comgrow_common",
"sub_path": "process/fdm_process_comgrow_common.json"
},
{
"name": "0.16mm Opitmal @Comgrow T500 0.6",
"sub_path": "process/0.16mm Opitmal @Comgrow T500 0.6.json"
},
{
"name": "0.16mm Optimal @Comgrow T500 0.4",
"sub_path": "process/0.16mm Optimal @Comgrow T500 0.4.json"
},
{
"name": "0.20mm Optimal @Comgrow T300 0.4 - official",
"sub_path": "process/0.20mm Optimal @Comgrow T300 0.4 - official.json"
},
{
"name": "0.20mm Standard @Comgrow T500 0.4",
"sub_path": "process/0.20mm Standard @Comgrow T500 0.4.json"
},
{
"name": "0.20mm Standard @Comgrow T500 0.6",
"sub_path": "process/0.20mm Standard @Comgrow T500 0.6.json"
},
{
"name": "0.20mm Standard @Comgrow T500 1.0",
"sub_path": "process/0.20mm Standard @Comgrow T500 1.0.json"
},
{
"name": "0.24mm Draft @Comgrow T500 0.4",
"sub_path": "process/0.24mm Draft @Comgrow T500 0.4.json"
},
{
"name": "0.24mm Draft @Comgrow T500 0.6",
"sub_path": "process/0.24mm Draft @Comgrow T500 0.6.json"
},
{
"name": "0.24mm Optimal @Comgrow T500 0.8",
"sub_path": "process/0.24mm Optimal @Comgrow T500 0.8.json"
},
{
"name": "0.28mm SuperDraft @Comgrow T500 0.4",
"sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.4.json"
},
{
"name": "0.28mm SuperDraft @Comgrow T500 0.6",
"sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.6.json"
},
{
"name": "0.32mm Standard @Comgrow T500 0.8",
"sub_path": "process/0.32mm Standard @Comgrow T500 0.8.json"
},
{
"name": "0.40mm Draft @Comgrow T500 0.8",
"sub_path": "process/0.40mm Draft @Comgrow T500 0.8.json"
},
{
"name": "0.48mm Draft @Comgrow T500 0.8",
"sub_path": "process/0.48mm Draft @Comgrow T500 0.8.json"
},
{
"name": "0.56mm SuperChunky @Comgrow T500 0.8",
"sub_path": "process/0.56mm SuperDraft @Comgrow T500 0.8.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "Comgrow Generic ABS",
"sub_path": "filament/Comgrow Generic ABS.json"
},
{
"name": "Comgrow Generic PETG",
"sub_path": "filament/Comgrow Generic PETG.json"
},
{
"name": "Comgrow Generic PLA",
"sub_path": "filament/Comgrow Generic PLA.json"
},
{
"name": "Comgrow T300 PLA",
"sub_path": "filament/Comgrow T300 PLA.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_comgrow_common",
"sub_path": "machine/fdm_comgrow_common.json"
},
{
"name": "Comgrow T300 0.4 nozzle",
"sub_path": "machine/Comgrow T300 0.4 nozzle.json"
},
{
"name": "Comgrow T500 0.4 nozzle",
"sub_path": "machine/Comgrow T500 0.4 nozzle.json"
},
{
"name": "Comgrow T500 0.6 nozzle",
"sub_path": "machine/Comgrow T500 0.6 nozzle.json"
},
{
"name": "Comgrow T500 0.8 nozzle",
"sub_path": "machine/Comgrow T500 0.8 nozzle.json"
}
]
}