Files
OrcaSlicer/resources/profiles/Volumic/filament/Volumic PETG Ultra carbone.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

44 lines
828 B
JSON

{
"type": "filament",
"filament_id": "GFG98",
"setting_id": "GFSG50",
"name": "Volumic PETG Ultra carbone",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"filament_flow_ratio": [
"1.00"
],
"nozzle_temperature": [
"230"
],
"hot_plate_temp": [
"65"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"60"
],
"filament_max_volumetric_speed": [
"20"
],
"compatible_printers": [
"EXO42 (0.4 nozzle)",
"EXO65 (0.6 nozzle)",
"SH65 (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)"
]
}