mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Optimal @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.16mm Optimal @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.18mm Fine @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.18",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.18mm Fine @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.18",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "fdm_process_elegoo_04020",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG04020",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "fdm_process_elegoo_04020",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG04020",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"wall_loops": "6"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"wall_loops": "6"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Fine @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Fine @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Optimal @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Optimal @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @Elegoo Giga 0.4 nozzle",
|
||||
"inherits": "0.20mm Standard @Elegoo Giga 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Fine @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Fine @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3"
|
||||
}
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "fdm_process_elegoo_06030",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG06030",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": "3000",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"make_overhang_printable_angle": "90",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"resolution": "0.05",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "4",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "300",
|
||||
"detect_thin_wall": "0",
|
||||
"bridge_speed": "50",
|
||||
"sparse_infill_speed": "250",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_speed": "55",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"overhang_3_4_speed": "25",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "fdm_process_elegoo_06030",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG06030",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": "3000",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"make_overhang_printable_angle": "90",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"resolution": "0.05",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "4",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "300",
|
||||
"detect_thin_wall": "0",
|
||||
"bridge_speed": "50",
|
||||
"sparse_infill_speed": "250",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_speed": "55",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"overhang_3_4_speed": "25",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"wall_loops": "5"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"wall_loops": "5"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Optimal @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.32mm Optimal @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.36mm Draft @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.36"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.36mm Draft @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.36"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Optimal @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.4"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.40mm Optimal @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.4"
|
||||
}
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "fdm_process_elegoo_08040",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG08040",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": "3000",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"make_overhang_printable_angle": "90",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"resolution": "0.05",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "4",
|
||||
"travel_acceleration": "3000",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"initial_layer_speed": "45",
|
||||
"travel_speed": "300",
|
||||
"detect_thin_wall": "0",
|
||||
"bridge_speed": "25",
|
||||
"sparse_infill_speed": "150",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"outer_wall_speed": "100",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "fdm_process_elegoo_08040",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG08040",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": "3000",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"make_overhang_printable_angle": "90",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"resolution": "0.05",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "4",
|
||||
"travel_acceleration": "3000",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"initial_layer_speed": "45",
|
||||
"travel_speed": "300",
|
||||
"detect_thin_wall": "0",
|
||||
"bridge_speed": "25",
|
||||
"sparse_infill_speed": "150",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"outer_wall_speed": "100",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.42mm Extra Draft @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.42"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.42mm Extra Draft @Elegoo Giga 0.6 nozzle",
|
||||
"inherits": "0.30mm Standard @Elegoo Giga 0.6 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.42"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.48mm Draft @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.48"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.48mm Draft @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.48"
|
||||
}
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "fdm_process_elegoo_10050",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG10050",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": "3000",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"make_overhang_printable_angle": "90",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"resolution": "0.05",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "4",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "300",
|
||||
"detect_thin_wall": "0",
|
||||
"bridge_speed": "20",
|
||||
"outer_wall_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 1.0 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "fdm_process_elegoo_10050",
|
||||
"from": "system",
|
||||
"setting_id": "PEOSG10050",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": "3000",
|
||||
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"inner_wall_acceleration": "3000",
|
||||
"make_overhang_printable_angle": "90",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"resolution": "0.05",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "4",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "300",
|
||||
"detect_thin_wall": "0",
|
||||
"bridge_speed": "20",
|
||||
"outer_wall_speed": "80",
|
||||
"sparse_infill_speed": "150",
|
||||
"print_flow_ratio": "1.0",
|
||||
"compatible_printers": [
|
||||
"Elegoo OrangeStorm Giga 1.0 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.56mm Extra Draft @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.56mm Extra Draft @Elegoo Giga 0.8 nozzle",
|
||||
"inherits": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.60mm Draft @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.6"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.60mm Draft @Elegoo Giga 1.0 nozzle",
|
||||
"inherits": "0.50mm Standard @Elegoo Giga 1.0 nozzle",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user