; Bed probe file for Fusion3 F410 ; For FusionWare 1.18.1+ ; Revision 2019.08.14 ; Modified to do the bed probe sequence with the nozzle hot M83 ; set extruder to relative mode M561 ; clear existing bed plane fitting M104 S250 ; set head temperature and do not wait G28 ; home all axes M109 S250 ; set head temperature and wait ; Ram purge - ensures there is no filament dribbling out of nozzle during probing G1 X0 Y200 F6000 ; move off of corner G1 E1 F200 ; soft start G1 E40 F800 ; rapid feed fwd G1 E-100 F1000 ; rapid feed back M84 E ; disable E motor only ; reset filament monitor M42 P63 S0 G4 P100 G4 P50 M42 P63 S1 ; G1 X0 Y0 F6000 ; go back to 0 ;M109 S0 ; shut off head heater M106 S255 ; blower 100% G1 Z5 F2500 ; bring bed up ; Wipe - ensures any residue on tip left after purge is removed prior to probing G30 S-1 ; single point probe G92 Z0.5 ; temporarily set 0 point G1 Z5 ; drop bed a little G1 X50 Y50 F6000 G1 Z0 ; move bed back up so it's touching nozzle ; Scrub nozzle G1 X60 Y60 F6000 G1 X50 Y50 G1 X60 Y60 G1 X50 Y50 G1 X60 Y60 G1 X50 Y50 G1 X60 Y60 G1 X50 Y50 G1 X60 Y60 G1 X50 Y50 G1 X60 Y60 G1 X50 Y50 G4 P30000 ; pause for 30 sec to give head time to cool G1 Z5 ; drop bed back down M106 S0 ; blower off ; Probe sequence ;M117 Probing bed, please wait G1 X3 Y3 F6000 ; move to first probe point G30 P0 Z-100000 ; probe bed G1 X0 Y354 F6000 ; move to second probe point G30 P1 Z-100000 ; probe G1 X353 Y354 F6000 ; move to third probe point G30 P2 Z-100000 ; probe G1 X353 Y1 F6000 ; move to fourth probe point G30 P3 Z-100000 S ; probe and calculate offset G1 X1 Y1 Z10 F4000 ; move to home position ; Undo purge retraction M302 P1 G1 E1 F200 ; soft start G1 E90 F1000 ; undo long retraction done in ram purge M84 E ; disable E motor M302 P0 M109 S0 ; shut off heater ; reset filament monitor M42 P63 S0 G4 P100 G4 P50 M42 P63 S1