mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +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.
30 lines
960 B
JSON
30 lines
960 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle",
|
|
"inherits": "0.30mm Standard @Flashforge AD5M 0.6 Nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"layer_height": "0.42",
|
|
"compatible_printers": [
|
|
"Flashforge Adventurer 5M 0.6 Nozzle"
|
|
],
|
|
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
|
"post_process": "",
|
|
"infill_wall_overlap": "40%",
|
|
"initial_layer_line_width": "0.7",
|
|
"initial_layer_print_height": "0.45",
|
|
"outer_wall_acceleration": "3000",
|
|
"print_settings_id": "0.42mm Draft @Flashforge AD5M 0.6 Nozzle",
|
|
"seam_gap": "6%",
|
|
"support_bottom_interface_spacing": "0.4",
|
|
"support_bottom_z_distance": "0.2",
|
|
"support_interface_bottom_layers": "0",
|
|
"support_interface_spacing": "0.4",
|
|
"support_line_width": "0.6",
|
|
"support_object_xy_distance": "0.4",
|
|
"support_speed": "100",
|
|
"support_top_z_distance": "0.22",
|
|
"top_surface_line_width": "0.6",
|
|
"skirt_loops": "0"
|
|
}
|