mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +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.
100 lines
2.5 KiB
JSON
100 lines
2.5 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "FLSun V400 0.4 nozzle",
|
|
"inherits": "fdm_machine_common",
|
|
"from": "system",
|
|
"setting_id": "GM003",
|
|
"instantiation": "true",
|
|
"printer_model": "FLSun V400",
|
|
"default_print_profile": "0.20mm Standard @FLSun V400",
|
|
"gcode_flavor": "klipper",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"printable_area": [
|
|
"149.429x13.0734",
|
|
"147.721x26.0472",
|
|
"144.889x38.8229",
|
|
"140.954x51.303",
|
|
"135.946x63.3927",
|
|
"129.904x75",
|
|
"122.873x86.0365",
|
|
"114.907x96.4181",
|
|
"106.066x106.066",
|
|
"96.4181x114.907",
|
|
"86.0365x122.873",
|
|
"75x129.904",
|
|
"63.3927x135.946",
|
|
"51.303x140.954",
|
|
"38.8229x144.889",
|
|
"26.0472x147.721",
|
|
"13.0734x149.429",
|
|
"9.18485e-15x150",
|
|
"-13.0734x149.429",
|
|
"-26.0472x147.721",
|
|
"-38.8229x144.889",
|
|
"-51.303x140.954",
|
|
"-63.3927x135.946",
|
|
"-75x129.904",
|
|
"-86.0365x122.873",
|
|
"-96.4181x114.907",
|
|
"-106.066x106.066",
|
|
"-114.907x96.4181",
|
|
"-122.873x86.0365",
|
|
"-129.904x75",
|
|
"-135.946x63.3927",
|
|
"-140.954x51.303",
|
|
"-144.889x38.8229",
|
|
"-147.721x26.0472",
|
|
"-149.429x13.0734",
|
|
"-150x1.83697e-14",
|
|
"-149.429x-13.0734",
|
|
"-147.721x-26.0472",
|
|
"-144.889x-38.8229",
|
|
"-140.954x-51.303",
|
|
"-135.946x-63.3927",
|
|
"-129.904x-75",
|
|
"-122.873x-86.0365",
|
|
"-114.907x-96.4181",
|
|
"-106.066x-106.066",
|
|
"-96.4181x-114.907",
|
|
"-86.0365x-122.873",
|
|
"-75x-129.904",
|
|
"-63.3927x-135.946",
|
|
"-51.303x-140.954",
|
|
"-38.8229x-144.889",
|
|
"-26.0472x-147.721",
|
|
"-13.0734x-149.429",
|
|
"-2.75546e-14x-150",
|
|
"13.0734x-149.429",
|
|
"26.0472x-147.721",
|
|
"38.8229x-144.889",
|
|
"51.303x-140.954",
|
|
"63.3927x-135.946",
|
|
"75x-129.904",
|
|
"86.0365x-122.873",
|
|
"96.4181x-114.907",
|
|
"106.066x-106.066",
|
|
"114.907x-96.4181",
|
|
"122.873x-86.0365",
|
|
"129.904x-75",
|
|
"135.946x-63.3927",
|
|
"140.954x-51.303",
|
|
"144.889x-38.8229",
|
|
"147.721x-26.0472",
|
|
"149.429x-13.0734",
|
|
"150x-3.67394e-14"
|
|
],
|
|
"printable_height": "410",
|
|
"machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300\nG1 Z+0.5 F6000\nG28 \nG90 ;absolute positioning",
|
|
"machine_start_gcode": "G21\nG90\nM82\nM107 T0\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer] T0\nM190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer] T0\nG28\nG1 F3000 Z1\nG1 X-150 Y0 Z0.4\nG92 E0\nG3 X0 Y-130 I150 Z0.3 E30 F2000\nG92 E0",
|
|
"layer_change_gcode": "",
|
|
"machine_pause_gcode": "PAUSE",
|
|
"scan_first_layer": "0",
|
|
"nozzle_type": "hardened_steel",
|
|
"auxiliary_fan": "0"
|
|
}
|