Files
OrcaSlicer/resources/profiles/Raise3D.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

79 lines
1.9 KiB
JSON

{
"name": "Raise3D",
"url": "",
"version": "02.03.02.60",
"force_update": "0",
"description": "Raise3D configurations",
"machine_model_list": [
{
"name": "Raise3D Pro3",
"sub_path": "machine/Raise3D Pro3.json"
},
{
"name": "Raise3D Pro3 Plus",
"sub_path": "machine/Raise3D Pro3 Plus.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.10mm Fine @Raise3D Pro3",
"sub_path": "process/0.10mm Fine @Raise3D Pro3.json"
},
{
"name": "0.10mm Fine @Raise3D Pro3Plus",
"sub_path": "process/0.10mm Fine @Raise3D Pro3Plus.json"
},
{
"name": "0.20mm Standard @Raise3D Pro3",
"sub_path": "process/0.20mm Standard @Raise3D Pro3.json"
},
{
"name": "0.20mm Standard @Raise3D Pro3Plus",
"sub_path": "process/0.20mm Standard @Raise3D Pro3Plus.json"
},
{
"name": "0.25mm Draft @Raise3D Pro3",
"sub_path": "process/0.25mm Draft @Raise3D Pro3.json"
},
{
"name": "0.25mm Draft @Raise3D Pro3Plus",
"sub_path": "process/0.25mm Draft @Raise3D Pro3Plus.json"
}
],
"filament_list": [],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "Raise3D Pro3 0.4 nozzle (Dual)",
"sub_path": "machine/Raise3D Pro3 0.4 nozzle (Dual).json"
},
{
"name": "Raise3D Pro3 0.4 nozzle (Left)",
"sub_path": "machine/Raise3D Pro3 0.4 nozzle (Left).json"
},
{
"name": "Raise3D Pro3 0.4 nozzle (Right)",
"sub_path": "machine/Raise3D Pro3 0.4 nozzle (Right).json"
},
{
"name": "Raise3D Pro3 Plus 0.4 nozzle (Dual)",
"sub_path": "machine/Raise3D Pro3 Plus 0.4 nozzle (Dual).json"
},
{
"name": "Raise3D Pro3 Plus 0.4 nozzle (Left)",
"sub_path": "machine/Raise3D Pro3 Plus 0.4 nozzle (Left).json"
},
{
"name": "Raise3D Pro3 Plus 0.4 nozzle (Right)",
"sub_path": "machine/Raise3D Pro3 Plus 0.4 nozzle (Right).json"
}
]
}