; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.1.3 on Tue Jun 16 2020 23:58:14 GMT-0400 (Eastern Daylight Time) G91 ; relative positioning G1 H1 X-505 Z-505 F1800 ; move quickly to X or Z endstop and stop there (first pass) G1 H1 X-505 ; home X axis G1 H1 Z-505 ; home Z axis G1 X5 Z5 F6000 ; go back a few mm G1 H1 X-505 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Z-505 ; then move slowly to Z axis endstop G1 H2 Z0 F6000 ; lift Z relative to current position G1 H1 Y-505 F1800 ; move Y down stopping at the endstop G90 ; absolute positioning