mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +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.
147 lines
2.3 KiB
JSON
147 lines
2.3 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_re3D_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_machine_common",
|
|
"gcode_flavor": "klipper",
|
|
"machine_max_acceleration_e": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"20",
|
|
"20"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"20",
|
|
"20"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"2.5",
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"9",
|
|
"9"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"9",
|
|
"9"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.2",
|
|
"0.2"
|
|
],
|
|
"machine_min_extruding_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_min_travel_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"max_layer_height": [
|
|
"0.32"
|
|
],
|
|
"min_layer_height": [
|
|
"0.2"
|
|
],
|
|
"extruder_clearance_radius": "125",
|
|
"extruder_clearance_height_to_rod": "25",
|
|
"printer_settings_id": "",
|
|
"printer_technology": "FFF",
|
|
"printer_variant": "0.4",
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"retract_before_wipe": [
|
|
"70%"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1"
|
|
],
|
|
"retraction_length": [
|
|
"1.0"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"12"
|
|
],
|
|
"z_hop": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"-0.08"
|
|
],
|
|
"retraction_speed": [
|
|
"200"
|
|
],
|
|
"deretraction_speed": [
|
|
"200"
|
|
],
|
|
"z_hop_types": "Normal Lift",
|
|
"silent_mode": "0",
|
|
"single_extruder_multi_material": [
|
|
"0"
|
|
],
|
|
"machine_tool_change_time": [
|
|
"30"
|
|
],
|
|
"change_filament_gcode": "",
|
|
"machine_pause_gcode": "PAUSE",
|
|
"wipe": [
|
|
"0"
|
|
],
|
|
"default_filament_profile": [
|
|
""
|
|
],
|
|
"default_print_profile": "",
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"machine_start_gcode": "M220 S100\nM221 S100\nG28\nG92 E0\nG1 Z0.3 F200\n",
|
|
"machine_end_gcode": "M104 S0 T0\nM104 S0 T1\nM140 S0\n\nG28 X Y\nM18\nM107\n",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
|
"scan_first_layer": "0",
|
|
"auxiliary_fan": "0",
|
|
"extruders_count": [
|
|
"2"
|
|
]
|
|
}
|