; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Wed May 27 2020 09:04:29 GMT+0200 (heure d’été d’Europe centrale) G91 ; relative positioning G1 H1 Z365 F1000 ; move quickly to X and Y axis endstops and stop there G1 H2 Z-5 F100 ; go back a few mm G1 H1 Z365 F100 ; G1 H2 Z-5 F100 G1 H1 X-365 Y325 F2000 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H2 X15 Y-15 F2000 ; go back a few mm G1 H1 X-365 Y325 F300 ; move slowly to X and Y axis endstops once more (second pass) G1 H2 X50 Y-15 F1000 ; move to Zero Position G90 G92 X0 Y300 Z307.3 ; set Z position to axis minimum (you may want to adjust this); ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning