mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
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.
79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"name": "Ginger Additive",
|
|
"version": "02.03.02.60",
|
|
"force_update": "1",
|
|
"description": "Ginger configuration",
|
|
"machine_model_list": [
|
|
{
|
|
"name": "Ginger G1",
|
|
"sub_path": "machine/Ginger G1.json"
|
|
}
|
|
],
|
|
"machine_list": [
|
|
{
|
|
"name": "fdm_machine_common",
|
|
"sub_path": "machine/fdm_machine_common.json"
|
|
},
|
|
{
|
|
"name": "Ginger_G1_common",
|
|
"sub_path": "machine/Ginger_G1_common.json"
|
|
},
|
|
{
|
|
"name": "Ginger G1 1.2 nozzle",
|
|
"sub_path": "machine/Ginger G1 1.2 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Ginger G1 3.0 nozzle",
|
|
"sub_path": "machine/Ginger G1 3.0 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Ginger G1 5.0 nozzle",
|
|
"sub_path": "machine/Ginger G1 5.0 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Ginger G1 8.0 nozzle",
|
|
"sub_path": "machine/Ginger G1 8.0 nozzle.json"
|
|
}
|
|
],
|
|
"process_list": [
|
|
{
|
|
"name": "fdm_process_common",
|
|
"sub_path": "process/fdm_process_common.json"
|
|
},
|
|
{
|
|
"name": "0.60mm Standard",
|
|
"sub_path": "process/0.60mm Standard.json"
|
|
},
|
|
{
|
|
"name": "1.50mm Standard",
|
|
"sub_path": "process/1.50mm Standard.json"
|
|
},
|
|
{
|
|
"name": "1.80mm Vasemode",
|
|
"sub_path": "process/1.80mm Vasemode.json"
|
|
},
|
|
{
|
|
"name": "2.50mm Standard",
|
|
"sub_path": "process/2.50mm Standard.json"
|
|
},
|
|
{
|
|
"name": "4.00mm Standard",
|
|
"sub_path": "process/4.00mm Standard.json"
|
|
}
|
|
],
|
|
"filament_list": [
|
|
{
|
|
"name": "fdm_filament_common",
|
|
"sub_path": "filament/fdm_filament_common.json"
|
|
},
|
|
{
|
|
"name": "Ginger Generic PETG",
|
|
"sub_path": "filament/Ginger Generic PETG.json"
|
|
},
|
|
{
|
|
"name": "Ginger Generic PLA",
|
|
"sub_path": "filament/Ginger Generic PLA.json"
|
|
}
|
|
]
|
|
}
|