mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +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.
172 lines
3.4 KiB
JSON
172 lines
3.4 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_machine_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"gcode_flavor": "marlin2",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
|
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG28 ; home all\nQUAD_GANTRY_LEVEL\n\nG28\n\nBED_MESH_CALIBRATE\n\nG1 Y1.0 Z0.3 F1500 ; move print head up\n\nG92 E0.0\n; intro line\nG1 X205.0 E10 F1000\nG1 Y1.6\nG1 X5.0 E15 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X200.0 E20.0 F1000\nG92 E0.0\n",
|
|
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM18",
|
|
"change_filament_gcode": "M600",
|
|
"machine_pause_gcode": "PAUSE",
|
|
"extruder_colour": [
|
|
"#018001"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0"
|
|
],
|
|
"machine_max_acceleration_e": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"5000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"5000",
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_travel": [
|
|
"20000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"10000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"10000",
|
|
"20000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"200",
|
|
"200"
|
|
],
|
|
"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.4"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"50",
|
|
"25"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500",
|
|
"200"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500",
|
|
"200"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"8",
|
|
"12"
|
|
],
|
|
"machine_min_extruding_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_min_travel_rate": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_unload_filament_time": "0",
|
|
"manual_filament_change": "0",
|
|
"max_layer_height": [
|
|
"0.32"
|
|
],
|
|
"min_layer_height": [
|
|
"0.08"
|
|
],
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printer_notes": "",
|
|
"printer_settings_id": "Thinker X400 0.4 nozzle",
|
|
"printer_structure": "undefine",
|
|
"printer_technology": "FFF",
|
|
"printer_variant": "0.4",
|
|
"printhost_apikey": "",
|
|
"printhost_authorization_type": "key",
|
|
"printhost_cafile": "",
|
|
"printhost_password": "",
|
|
"printhost_port": "",
|
|
"printhost_ssl_ignore_revoke": "0",
|
|
"printhost_user": "",
|
|
"purge_in_prime_tower": "1",
|
|
"retract_before_wipe": [
|
|
"0%"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"2"
|
|
],
|
|
"retract_lift_above": [
|
|
"0"
|
|
],
|
|
"retract_lift_below": [
|
|
"0"
|
|
],
|
|
"retract_lift_enforce": [
|
|
"All Surfaces"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"0"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1"
|
|
],
|
|
"retraction_length": [
|
|
"0.7"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"40"
|
|
],
|
|
"scan_first_layer": "0",
|
|
"silent_mode": "0",
|
|
"single_extruder_multi_material": "1",
|
|
"support_air_filtration": "1",
|
|
"support_chamber_temp_control": "1",
|
|
"template_custom_gcode": "",
|
|
"thumbnails": [
|
|
"400x400"
|
|
],
|
|
"thumbnails_format": "PNG",
|
|
"time_cost": "0",
|
|
"time_lapse_gcode": "",
|
|
"upward_compatible_machine": [],
|
|
"use_firmware_retraction": "0",
|
|
"use_relative_e_distances": "1",
|
|
"wipe": [
|
|
"1"
|
|
],
|
|
"wipe_distance": [
|
|
"0.3"
|
|
],
|
|
"z_hop": [
|
|
"0"
|
|
],
|
|
"z_hop_types": [
|
|
"Spiral Lift"
|
|
],
|
|
"z_offset": "0"
|
|
}
|