Files
OrcaSlicer/resources/profiles/Artillery/filament/Artillery TPU.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

83 lines
1.2 KiB
JSON

{
"type": "filament",
"name": "Artillery TPU",
"inherits": "Artillery Generic PLA",
"from": "system",
"instantiation": "true",
"compatible_printers": [
"Artillery Sidewinder X3 Pro 0.4 nozzle",
"Artillery Sidewinder X3 Plus 0.4 nozzle",
"Artillery Sidewinder X4 Pro 0.4 nozzle",
"Artillery Sidewinder X4 Plus 0.4 nozzle"
],
"filament_retraction_length": [
"1.3"
],
"filament_retraction_speed": [
"40"
],
"filament_settings_id": [
"Artillery TPU"
],
"filament_start_gcode": [
""
],
"filament_type": [
"TPU"
],
"filament_vendor": [
"Artillery"
],
"filament_z_hop": [
"0.4"
],
"hot_plate_temp": [
"45"
],
"hot_plate_temp_initial_layer": [
"45"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"200"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"fan_cooling_layer_time": [
"100"
],
"slow_down_layer_time": [
"8"
],
"filament_max_volumetric_speed": [
"3.6"
],
"temperature_vitrification": [
"190"
],
"filament_density": [
"1.22"
],
"overhang_fan_threshold": [
"95%"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.06"
]
}