color_change_gcode=M600\nG1 E0.4 F1500 ; prime after color change
cooling_tube_length=5
cooling_tube_retraction=91.5
default_filament_profile="Prusament PLA"
default_print_profile=0.15mm QUALITY @MK3
deretract_speed=0
end_gcode={if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nG1 X0 Y200 F3600 ; park\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+49, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3|QUALITY @MK3|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM107 ; turn off fan\n\n; Cleaning bed\nG1 X125 Y210 F3000 ; Move print head to middle and print bed to front\nG1 Z10 F3000 ; Move print head down\nG1 Y0 F3000 ; Move print bed to back\nG1 Y210 F3000 ; Move print bed to front\nM84 ; disable motors
extra_loading_move=-2
extruder_colour=""
extruder_offset=0x0
gcode_flavor=marlin
high_current_on_filament_swap=0
host_type=octoprint
inherits=Original Prusa i3 MK3S & MK3S+
layer_gcode=;AFTER_LAYER_CHANGE\n;[layer_z]
machine_limits_usage=emit_to_gcode
machine_max_acceleration_e=5000,5000
machine_max_acceleration_extruding=1250,1250
machine_max_acceleration_retracting=1250,1250
machine_max_acceleration_travel=1500,1250
machine_max_acceleration_x=1000,960
machine_max_acceleration_y=1000,960
machine_max_acceleration_z=200,200
machine_max_feedrate_e=120,120
machine_max_feedrate_x=200,100
machine_max_feedrate_y=200,100
machine_max_feedrate_z=12,12
machine_max_jerk_e=4.5,4.5
machine_max_jerk_x=8,8
machine_max_jerk_y=8,8
machine_max_jerk_z=0.4,0.4
machine_min_extruding_rate=0,0
machine_min_travel_rate=0,0
max_layer_height=0.25
max_print_height=210
min_layer_height=0.07
nozzle_diameter=0.4
parking_pos_retraction=92
pause_print_gcode=M601
print_host=
printer_model=MK3S
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_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n
start_gcode=M862.3 P "[printer_model]" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\n; M115 U3.11.0 ; tell printer latest fw version\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\n; No intro line\nG1 Z0.3 F720\nG92 E0\nM221 S{if layer_height<0.075}100{else}95{endif}\nG1 Z0.2 F720\n\n; Don't change E values below. Excessive value can damage the printer.\n{if print_settings_id=~/.*(DETAIL @MK3|QUALITY @MK3).*/}M907 E430 ; set extruder motor current{endif}\n{if print_settings_id=~/.*(SPEED @MK3|DRAFT @MK3).*/}M907 E538 ; set extruder motor current{endif}