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.
123 lines
2.7 KiB
JSON
123 lines
2.7 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_machine_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"printer_technology": "FFF",
|
|
"deretraction_speed": [
|
|
"40"
|
|
],
|
|
"extruder_colour": [
|
|
"#FCE94F"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0"
|
|
],
|
|
"gcode_flavor": "marlin",
|
|
"silent_mode": "0",
|
|
"machine_max_acceleration_e": [
|
|
"5000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"500"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"1000"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"500"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"500"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"100"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"60"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"10"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"8"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"8"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.4"
|
|
],
|
|
"machine_min_extruding_rate": [
|
|
"0"
|
|
],
|
|
"machine_min_travel_rate": [
|
|
"0"
|
|
],
|
|
"max_layer_height": [
|
|
"0.32"
|
|
],
|
|
"min_layer_height": [
|
|
"0.08"
|
|
],
|
|
"printable_height": "250",
|
|
"extruder_clearance_radius": "65",
|
|
"extruder_clearance_height_to_rod": "36",
|
|
"extruder_clearance_height_to_lid": "140",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printer_settings_id": "",
|
|
"printer_variant": "0.4",
|
|
"retraction_minimum_travel": [
|
|
"2"
|
|
],
|
|
"retract_before_wipe": [
|
|
"70%"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1"
|
|
],
|
|
"retraction_length": [
|
|
"1"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"0"
|
|
],
|
|
"retraction_speed": [
|
|
"60"
|
|
],
|
|
"retract_lift_below": [
|
|
"0"
|
|
],
|
|
"single_extruder_multi_material": "1",
|
|
"change_filament_gcode": "",
|
|
"wipe": [
|
|
"1"
|
|
],
|
|
"z_lift_type": "NormalLift",
|
|
"z_hop_types": "Normal Lift",
|
|
"default_print_profile": "",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
|
"machine_start_gcode": "G90\nG1 X0 Y0 F8000\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\n\nSTART_PRINT\n\nM400\nG90\nM83\nG1 Z0.500 F1200\nG1 E10\nG1 E-0.200 Z5 F1200\nG1 X78.000 Y0.000 F8000\nG1 Z0.300 F1200\nG1 X128.000 E12 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 30}\nG1 X178.000 E8 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 60}\nG1 X188.000 E-0.200 Z1\nM400\n\nG90\nM83\nG1 X78.000 Y1.000 F8000\nG1 Z0.300 F1200\nG1 X128.000 E12 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 30}\nG1 X178.000 E8 F{outer_wall_volumetric_speed * 1.0 /(0.3*0.5) * 60}\nG1 X188.000 E-0.500 Z1\nM400\n\n",
|
|
"machine_end_gcode": ""
|
|
}
|