added MK3.5 support

This commit is contained in:
Bernhard Koppensteiner
2024-08-28 21:48:15 +02:00
parent 65d6b3d393
commit 65e007cb41
69 changed files with 3324 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Prusa MK3.5 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Prusa MK3.5 0.4 nozzle",
"gcode_flavor": "marlin2",
"printer_model": "MK3.5",
"printer_variant": "0.25",
"default_filament_profile": [
"Prusa Generic PLA @MK3.5 0.25"
],
"default_print_profile": "0.12mm Standard @MK3.5",
"nozzle_diameter": [
"0.25"
],
"max_layer_height": [
"0.15"
],
"min_layer_height": [
"0.05"
],
"retraction_length": [
"0.8"
],
"retraction_minimum_travel": [
"1.5"
],
"thumbnails": [
"16x16/QOI",
"220x124/QOI",
"200x240/QOI",
"640x480/PNG"
]
}

View File

@@ -0,0 +1,118 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Prusa MK3.5 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"gcode_flavor": "marlin2",
"printer_model": "MK3.5",
"printer_variant": "0.4",
"default_filament_profile": [
"Prusa Generic PLA @MK3.5"
],
"default_print_profile": "0.20mm Standard @MK3.5",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"machine_max_acceleration_e": [
"2500",
"2500"
],
"machine_max_acceleration_extruding": [
"4000",
"4000"
],
"machine_max_acceleration_retracting": [
"1250",
"1250"
],
"machine_max_acceleration_x": [
"4000",
"4000"
],
"machine_max_acceleration_y": [
"4000",
"4000"
],
"machine_max_acceleration_z": [
"200",
"200"
],
"machine_max_acceleration_travel": [
"4000",
"4000"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"2",
"2"
],
"machine_max_speed_e": [
"80",
"25"
],
"machine_max_speed_x": [
"300",
"300"
],
"machine_max_speed_y": [
"300",
"300"
],
"retraction_length": [
"0.8"
],
"retraction_minimum_travel": [
"1.5"
],
"retraction_speed": [
"35"
],
"deretraction_speed": [
"0"
],
"z_hop": [
"0.2"
],
"host_type": "prusalink",
"printable_height": "210",
"machine_end_gcode": "{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X241 Y201 F3600 ; park\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+23, max_print_height)} F300 ; Move print head up{endif}\nG4 ; wait\nM572 S0 ; reset PA\nM593 X T2 F0 ; disable IS\nM593 Y T2 F0 ; disable IS\nM84 X Y E ; disable motors\n; max_layer_z = [max_layer_z]",
"machine_pause_gcode": "M601",
"machine_start_gcode": "M17 ; enable steppers\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.3 P \"MK3.5\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.0.4+14924\n\nM555 X{(min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)} Y{(max(0, first_layer_print_min[1]) - 4)} W{((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) - ((min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))} H{((first_layer_print_max[1])) - ((max(0, first_layer_print_min[1]) - 4))}\n\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n\nG28 ; home all\n\nM140 S[first_layer_bed_temperature] ; set bed temp\nM104 T0 S170 ; set extruder temp for bed leveling\nM109 T0 R170 ; wait for temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X23 Y5 W80 H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\n\n; prepare for purge\nM104 S{first_layer_temperature[0]}\nG0 X0 Y-4 Z15 F4800 ; move away and ready for the purge\nM109 S{first_layer_temperature[0]}\n\n; Extrude purge line\n\nG92 E0 ; reset extruder position\nG0 E7 X15 Z0.2 F500 ; purge\nG0 X25 E4 F500 ; purge\nG0 X35 E4 F650 ; purge\nG0 X45 E4 F800 ; purge\nG0 X{45 + 3} Z0.05 F8000 ; wipe, move close to the bed\nG0 X{45 + 3 * 2} Z0.2 F8000 ; wipe, move quickly away from the bed\n\nG92 E0\nM221 S100 ; reset flow to 100%\n",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))} Y{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))}\n",
"change_filament_gcode": "M600",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\n{if ! spiral_mode}M74 W[extruded_weight_total]{endif}\n",
"printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_MK3.5",
"scan_first_layer": "0",
"machine_load_filament_time": "17",
"machine_unload_filament_time": "16",
"nozzle_type": "brass",
"auxiliary_fan": "0",
"thumbnails": [
"16x16/QOI",
"220x124/QOI",
"200x240/QOI",
"640x480/PNG"
]
}

View File

@@ -0,0 +1,39 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Prusa MK3.5 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Prusa MK3.5 0.4 nozzle",
"gcode_flavor": "marlin2",
"printer_model": "MK3.5",
"printer_variant": "0.6",
"default_filament_profile": [
"Prusa Generic PLA @MK3.5 0.6"
],
"default_print_profile": "0.25mm Standard @MK3.5",
"nozzle_diameter": [
"0.6"
],
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.15"
],
"retraction_length": [
"0.7"
],
"retraction_speed": [
"35"
],
"deretraction_speed": [
"25"
],
"thumbnails": [
"16x16/QOI",
"220x124/QOI",
"200x240/QOI",
"640x480/PNG"
]
}

View File

@@ -0,0 +1,39 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Prusa MK3.5 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Prusa MK3.5 0.4 nozzle",
"gcode_flavor": "marlin2",
"printer_model": "MK3.5",
"printer_variant": "0.8",
"default_filament_profile": [
"Prusa Generic PLA @MK3.5 0.8"
],
"default_print_profile": "0.40mm Standard @MK3.5",
"nozzle_diameter": [
"0.8"
],
"max_layer_height": [
"0.55"
],
"min_layer_height": [
"0.2"
] ,
"retraction_length": [
"0.7"
],
"retraction_speed": [
"35"
],
"deretraction_speed": [
"25"
],
"thumbnails": [
"16x16/QOI",
"220x124/QOI",
"200x240/QOI",
"640x480/PNG"
]
}

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Prusa MK3.5",
"model_id": "MK3.5",
"nozzle_diameter": "0.25;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Prusa",
"bed_model": "mk3.5_bed.stl",
"bed_texture": "mk3.5.svg",
"hotend_model": "",
"default_materials": "Prusa Generic PLA-CF @MK3.5;Prusa Generic PC @MK3.5;Prusa Generic PVA @MK3.5;Prusa Generic PA @MK3.5;Prusa Generic PA-CF @MK3.5;Prusa Generic ABS @MK3.5;Prusa Generic PLA @MK3.5;Prusa Generic PLA @MK3.5 0.6;Prusa Generic PLA @MK3.5 0.8;Prusa Generic PETG @MK3.5;Prusa Generic PETG @MK3.5 0.6;Prusa Generic PETG @MK3.5 0.8;Prusa Generic TPU @MK3.5;Prusa Generic ASA @MK3.5;"
}