; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri May 08 2020 23:13:34 GMT-0400 (heure d’été de l’Est) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X-360 Y385 U360 F3000 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H2 X5 Y-5 F6000 ; go back a few mm G1 H1 X-360 Y385 U-5 F600 ; move slowly to X and Y axis endstops once more (second pass) G1 X-10 Y-10 U10 ; fine home X, Y and U G90 ; absolute positioning G1 X52 Y44 F6000 ; go to first bed probe point and home Z G30 ; home Z by probing the bed ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning