mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +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,245 +1,245 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_dual_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"enable_wrapping_detection": "0",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"overhang_totally_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"prime_tower_flat_ironing": "1",
|
||||
"slowdown_start_height": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000",
|
||||
"100000",
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400",
|
||||
"400",
|
||||
"400",
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000",
|
||||
"100000",
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"vertical_shell_speed": [
|
||||
"80%",
|
||||
"80%",
|
||||
"80%",
|
||||
"80%"
|
||||
],
|
||||
"z_direction_outwall_speed_continuous": "1"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_dual_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"enable_wrapping_detection": "0",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"overhang_totally_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"prime_tower_flat_ironing": "1",
|
||||
"slowdown_start_height": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000",
|
||||
"100000",
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400",
|
||||
"400",
|
||||
"400",
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000",
|
||||
"100000",
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"vertical_shell_speed": [
|
||||
"80%",
|
||||
"80%",
|
||||
"80%",
|
||||
"80%"
|
||||
],
|
||||
"z_direction_outwall_speed_continuous": "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user