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.
This commit is contained in:
Ian Bassi
2026-04-15 11:58:12 -03:00
committed by GitHub
parent f7ef8a14bd
commit 16727644bb
10101 changed files with 1871226 additions and 1860967 deletions

View File

@@ -1,8 +1,8 @@
{
"type": "process",
"name": "0.08mm Optimal @Elegoo CC2 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"instantiation": "true",
"elefant_foot_compensation": "0.05",
"layer_height": "0.08"
}
"type": "process",
"name": "0.08mm Optimal @Elegoo CC2 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"instantiation": "true",
"elefant_foot_compensation": "0.05",
"layer_height": "0.08"
}

View File

@@ -1,17 +1,17 @@
{
"type": "process",
"name": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"inherits": "fdm_process_elegoo_02010",
"from": "system",
"setting_id": "PECC202010",
"instantiation": "true",
"type": "process",
"name": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"inherits": "fdm_process_elegoo_02010",
"from": "system",
"setting_id": "PECC202010",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"elefant_foot_compensation": "0.15",
"enable_prime_tower": "1",
"reduce_infill_retraction": "0",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.2 nozzle"
]
}
"elefant_foot_compensation": "0.15",
"enable_prime_tower": "1",
"reduce_infill_retraction": "0",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.2 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.12mm Draft @Elegoo CC2 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"instantiation": "true",
"layer_height": "0.12"
}
"type": "process",
"name": "0.12mm Draft @Elegoo CC2 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"instantiation": "true",
"layer_height": "0.12"
}

View File

@@ -1,8 +1,8 @@
{
"type": "process",
"name": "0.12mm Fine @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.12",
"wall_loops": "3"
}
"type": "process",
"name": "0.12mm Fine @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.12",
"wall_loops": "3"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.14mm Extra Draft @Elegoo CC2 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"instantiation": "true",
"layer_height": "0.14"
}
"type": "process",
"name": "0.14mm Extra Draft @Elegoo CC2 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
"instantiation": "true",
"layer_height": "0.14"
}

View File

@@ -1,8 +1,8 @@
{
"type": "process",
"name": "0.16mm Extra Fine @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"initial_layer_print_height": "0.3",
"layer_height": "0.16"
}
"type": "process",
"name": "0.16mm Extra Fine @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"initial_layer_print_height": "0.3",
"layer_height": "0.16"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.16mm Optimal @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.16"
}
"type": "process",
"name": "0.16mm Optimal @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.16"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.18mm Fine @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.18"
}
"type": "process",
"name": "0.18mm Fine @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.18"
}

View File

@@ -1,34 +1,33 @@
{
"type": "process",
"name": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"inherits": "fdm_process_elegoo_04020",
"from": "system",
"setting_id": "PECC204020",
"instantiation": "true",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.6",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.4 nozzle"
],
"enable_arc_fitting": "0",
"exclude_object": "0",
"independent_support_layer_height": "0",
"initial_layer_acceleration": "2000",
"outer_wall_speed": "200",
"skirt_height": "4",
"sparse_infill_pattern": "honeycomb",
"support_base_pattern": "honeycomb",
"support_base_pattern_spacing": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.08",
"support_type": "tree(auto)",
"top_surface_acceleration": "5000",
"tree_support_branch_distance_organic": "2",
"tree_support_tip_diameter": "0.8",
"wall_sequence": "inner wall/outer wall",
"reduce_infill_retraction": "0"
"type": "process",
"name": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"inherits": "fdm_process_elegoo_04020",
"from": "system",
"setting_id": "PECC204020",
"instantiation": "true",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.6",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.4 nozzle"
],
"enable_arc_fitting": "0",
"exclude_object": "0",
"independent_support_layer_height": "0",
"initial_layer_acceleration": "2000",
"outer_wall_speed": "200",
"skirt_height": "4",
"sparse_infill_pattern": "honeycomb",
"support_base_pattern": "honeycomb",
"support_base_pattern_spacing": "1",
"support_bottom_z_distance": "0.1",
"support_top_z_distance": "0.08",
"support_type": "tree(auto)",
"top_surface_acceleration": "5000",
"tree_support_branch_distance_organic": "2",
"tree_support_tip_diameter": "0.8",
"wall_sequence": "inner wall/outer wall",
"reduce_infill_retraction": "0"
}

View File

@@ -1,14 +1,14 @@
{
"type": "process",
"name": "0.20mm Strength @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"wall_sequence": "inner-outer-inner wall",
"reduce_crossing_wall": "1",
"bottom_shell_layers": "5",
"outer_wall_speed": "120",
"print_flow_ratio": "0.95",
"sparse_infill_density": "20%",
"top_shell_layers": "6",
"wall_loops": "6"
}
"type": "process",
"name": "0.20mm Strength @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"wall_sequence": "inner-outer-inner wall",
"reduce_crossing_wall": "1",
"bottom_shell_layers": "5",
"outer_wall_speed": "120",
"print_flow_ratio": "0.95",
"sparse_infill_density": "20%",
"top_shell_layers": "6",
"wall_loops": "6"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.24mm Draft @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.24"
}
"type": "process",
"name": "0.24mm Draft @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.24"
}

View File

@@ -1,8 +1,8 @@
{
"type": "process",
"name": "0.24mm Fine @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"initial_layer_print_height": "0.3",
"layer_height": "0.24"
}
"type": "process",
"name": "0.24mm Fine @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"initial_layer_print_height": "0.3",
"layer_height": "0.24"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.24mm Optimal @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.24"
}
"type": "process",
"name": "0.24mm Optimal @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.24"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.28mm Extra Draft @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.28"
}
"type": "process",
"name": "0.28mm Extra Draft @Elegoo CC2 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.28"
}

View File

@@ -1,17 +1,16 @@
{
"type": "process",
"name": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"inherits": "fdm_process_elegoo_06030",
"from": "system",
"setting_id": "PECC206030",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.6 nozzle"
],
"reduce_infill_retraction": "0"
"type": "process",
"name": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"inherits": "fdm_process_elegoo_06030",
"from": "system",
"setting_id": "PECC206030",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.6 nozzle"
],
"reduce_infill_retraction": "0"
}

View File

@@ -1,13 +1,13 @@
{
"type": "process",
"name": "0.30mm Strength @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"inner_wall_speed": "120",
"wall_sequence": "inner-outer-inner wall",
"reduce_crossing_wall": "1",
"outer_wall_speed": "80",
"sparse_infill_density": "15%",
"top_surface_speed": "120",
"wall_loops": "4"
}
"type": "process",
"name": "0.30mm Strength @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"inner_wall_speed": "120",
"wall_sequence": "inner-outer-inner wall",
"reduce_crossing_wall": "1",
"outer_wall_speed": "80",
"sparse_infill_density": "15%",
"top_surface_speed": "120",
"wall_loops": "4"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.32mm Optimal @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"layer_height": "0.32"
}
"type": "process",
"name": "0.32mm Optimal @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"layer_height": "0.32"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.36mm Draft @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.36"
}
"type": "process",
"name": "0.36mm Draft @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.36"
}

View File

@@ -1,17 +1,16 @@
{
"type": "process",
"name": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"inherits": "fdm_process_elegoo_08040",
"from": "system",
"setting_id": "PECC208040",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.8 nozzle"
],
"reduce_infill_retraction": "0"
"type": "process",
"name": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"inherits": "fdm_process_elegoo_08040",
"from": "system",
"setting_id": "PECC208040",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri Carbon 2 0.8 nozzle"
],
"reduce_infill_retraction": "0"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.42mm Extra Draft @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.42"
}
"type": "process",
"name": "0.42mm Extra Draft @Elegoo CC2 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.42"
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.48mm Draft @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"layer_height": "0.48"
}
"type": "process",
"name": "0.48mm Draft @Elegoo CC2 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
"instantiation": "true",
"layer_height": "0.48"
}