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

111 lines
3.0 KiB
JSON

{
"name": "innovatiQ",
"version": "02.03.02.60",
"force_update": "1",
"description": "innovatiQ configuration",
"machine_model_list": [
{
"name": "TiQ2",
"sub_path": "machine/TiQ2.json"
},
{
"name": "TiQ8",
"sub_path": "machine/TiQ8.json"
}
],
"machine_list": [
{
"name": "fdm_tiq_common",
"sub_path": "machine/fdm_tiq_common.json"
},
{
"name": "iQ TiQ2 0.25 Nozzle",
"sub_path": "machine/iQ TiQ2 0.25 nozzle.json"
},
{
"name": "iQ TiQ2 0.4 Nozzle",
"sub_path": "machine/iQ TiQ2 0.4 nozzle.json"
},
{
"name": "iQ TiQ2 0.6 Nozzle",
"sub_path": "machine/iQ TiQ2 0.6 nozzle.json"
},
{
"name": "iQ TiQ2 0.8 Nozzle",
"sub_path": "machine/iQ TiQ2 0.8 nozzle.json"
},
{
"name": "iQ TiQ8 0.25 Nozzle",
"sub_path": "machine/iQ TiQ8 0.25 nozzle.json"
},
{
"name": "iQ TiQ8 0.4 Nozzle",
"sub_path": "machine/iQ TiQ8 0.4 nozzle.json"
},
{
"name": "iQ TiQ8 0.6 Nozzle",
"sub_path": "machine/iQ TiQ8 0.6 nozzle.json"
},
{
"name": "iQ TiQ8 0.8 Nozzle",
"sub_path": "machine/iQ TiQ8 0.8 nozzle.json"
}
],
"process_list": [
{
"name": "fdm_process_tiq_common",
"sub_path": "process/fdm_process_tiq_common.json"
},
{
"name": "0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle)",
"sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle).json"
},
{
"name": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)",
"sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json"
},
{
"name": "0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle)",
"sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json"
},
{
"name": "0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle)",
"sub_path": "process/0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle).json"
},
{
"name": "0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle)",
"sub_path": "process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle",
"sub_path": "filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json"
},
{
"name": "Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle",
"sub_path": "filament/Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle.json"
},
{
"name": "Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle",
"sub_path": "filament/Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle.json"
},
{
"name": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle",
"sub_path": "filament/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle.json"
},
{
"name": "Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle",
"sub_path": "filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json"
},
{
"name": "VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle",
"sub_path": "filament/VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle.json"
}
]
}