Files
OrcaSlicer/resources/profiles/Volumic/process/Compatible speed - 0.20mm.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

55 lines
1.5 KiB
JSON

{
"type": "process",
"setting_id": "GP004",
"name": "Compatible speed - 0.20mm",
"from": "system",
"inherits": "fdm_process_volumic_common",
"instantiation": "true",
"layer_height": "0.2",
"initial_layer_print_height": "0.2",
"bottom_shell_layers": "5",
"top_shell_layers": "5",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "50",
"outer_wall_speed": "40",
"inner_wall_speed": "60",
"internal_solid_infill_speed": "60",
"top_surface_speed": "60",
"gap_infill_speed": "60",
"sparse_infill_speed": "60",
"travel_speed": "60",
"support_speed": "60",
"support_interface_speed": "60",
"skirt_speed": "60",
"compatible_printers": [
"EXO42 (0.4 nozzle)",
"EXO65 (0.6 nozzle)",
"SH65 (0.4 nozzle)",
"EXO42 Performance (0.4 nozzle)",
"EXO65 Performance (0.4 nozzle)",
"EXO65 Performance (0.6 nozzle)",
"EXO65 Performance (0.8 nozzle)",
"SH65 Performance (0.4 nozzle)",
"EXO42 IDRE (0.4 nozzle)",
"EXO42 IDRE COPY MODE (0.4 nozzle)",
"EXO42 IDRE MIRROR MODE (0.4 nozzle)",
"EXO65 IDRE (0.4 nozzle)",
"EXO65 IDRE COPY MODE (0.4 nozzle)",
"EXO65 IDRE MIRROR MODE (0.4 nozzle)",
"SH65 IDRE (0.4 nozzle)",
"SH65 IDRE COPY MODE (0.4 nozzle)",
"SH65 IDRE MIRROR MODE (0.4 nozzle)",
"VS30MK3 (0.4 nozzle)",
"VS30SC2 (0.4 nozzle)",
"VS30SC (0.4 nozzle)",
"VS30ULTRA (0.4 nozzle)",
"VS30MK2 (0.4 nozzle)",
"VS20MK2 (0.4 nozzle)",
"EXO42 Stage 2 (0.4 nozzle)",
"EXO65 Stage 2 (0.6 nozzle)",
"SH65 Stage 2 (0.4 nozzle)",
"VS30SC2 Stage 2 (0.4 nozzle)",
"VS30MK3 Stage 2 (0.4 nozzle)"
]
}