Files
OrcaSlicer/resources/profiles/Vivedino.json
Ian Bassi 16727644bb 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.
2026-04-15 22:58:12 +08:00

74 lines
1.7 KiB
JSON

{
"name": "Vivedino",
"version": "02.03.02.60",
"force_update": "0",
"description": "Vivedino configurations",
"machine_model_list": [
{
"name": "Troodon 2.0 - Klipper",
"sub_path": "machine/Troodon2Klipper.json"
},
{
"name": "Troodon 2.0 - RRF",
"sub_path": "machine/Troodon2RRF.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "fdm_process_klipper_common",
"sub_path": "process/fdm_process_klipper_common.json"
},
{
"name": "0.08mm Extra Fine @Troodon2",
"sub_path": "process/0.08mm Extra Fine @Troodon2.json"
},
{
"name": "0.12mm Fine @Troodon2",
"sub_path": "process/0.12mm Fine @Troodon2.json"
},
{
"name": "0.15mm Optimal @Troodon2",
"sub_path": "process/0.15mm Optimal @Troodon2.json"
},
{
"name": "0.20mm Standard @Troodon2",
"sub_path": "process/0.20mm Standard @Troodon2.json"
},
{
"name": "0.24mm Draft @Troodon2",
"sub_path": "process/0.24mm Draft @Troodon2.json"
},
{
"name": "0.28mm Extra Draft @Troodon2",
"sub_path": "process/0.28mm Extra Draft @Troodon2.json"
}
],
"filament_list": [],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_klipper_common",
"sub_path": "machine/fdm_klipper_common.json"
},
{
"name": "fdm_rrf_common",
"sub_path": "machine/fdm_rrf_common.json"
},
{
"name": "Troodon 2.0 Klipper 0.4 nozzle",
"sub_path": "machine/Troodon 2.0 Klipper 0.4 nozzle.json"
},
{
"name": "Troodon 2.0 RRF 0.4 nozzle",
"sub_path": "machine/Troodon 2.0 RRF 0.4 nozzle.json"
}
]
}