mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
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.
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "0.20mm High-Speed @Flashforge AD4 HS Nozzle",
|
|
"inherits": "fdm_process_flashforge_common",
|
|
"from": "system",
|
|
"setting_id": "GP002",
|
|
"instantiation": "true",
|
|
"layer_height": "0.2",
|
|
"initial_layer_print_height": "0.3",
|
|
"line_width": "0.4",
|
|
"initial_layer_line_width": "0.4",
|
|
"outer_wall_line_width": "0.4",
|
|
"inner_wall_line_width": "0.4",
|
|
"top_surface_line_width": "0.4",
|
|
"sparse_infill_line_width": "0.4",
|
|
"internal_solid_infill_line_width": "0.4",
|
|
"support_line_width": "0.4",
|
|
"initial_layer_speed": "50",
|
|
"initial_layer_acceleration": "100",
|
|
"initial_layer_infill_speed": "60",
|
|
"initial_layer_travel_speed": "200",
|
|
"outer_wall_speed": "80",
|
|
"inner_wall_speed": "120",
|
|
"internal_solid_infill_speed": "80",
|
|
"top_surface_speed": "60",
|
|
"gap_infill_speed": "80",
|
|
"support_speed": "120",
|
|
"top_surface_acceleration": "100",
|
|
"travel_speed": "150",
|
|
"default_acceleration": "7000",
|
|
"outer_wall_acceleration": "1500",
|
|
"inner_wall_acceleration": "1500",
|
|
"travel_acceleration": "7000",
|
|
"internal_solid_infill_acceleration": "1500",
|
|
"sparse_infill_speed": "100",
|
|
"skirt_distance": "5",
|
|
"overhang_1_4_speed": "120",
|
|
"overhang_2_4_speed": "100",
|
|
"overhang_3_4_speed": "70",
|
|
"overhang_4_4_speed": "50",
|
|
"skirt_speed": "40",
|
|
"wall_sequence": "outer wall/inner wall",
|
|
"enable_arc_fitting": "0",
|
|
"initial_layer_min_bead_width": "100",
|
|
"min_bead_width": "100",
|
|
"elefant_foot_compensation": "0.15",
|
|
"small_perimeter_speed": "50%",
|
|
"overhang_speed_classic": "0",
|
|
"internal_bridge_speed": "60",
|
|
"accel_to_decel_enable": "0",
|
|
"filter_out_gap_fill": "0.5",
|
|
"gcode_label_objects": "0",
|
|
"slow_down_layers": "1",
|
|
"wipe_speed": "200",
|
|
"reduce_crossing_wall": "1",
|
|
"max_travel_detour_distance": "50",
|
|
"compatible_printers": [
|
|
"Flashforge Adventurer 4 Series HS Nozzle"
|
|
],
|
|
"filename_format": "{input_filename_base}.gcode",
|
|
"post_process": ""
|
|
}
|