; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Jul 25 2020 12:56:48 GMT-0400 (Eastern Daylight Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X235 Y147 F1800 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H2 X-5 Y-5 F6000 ; go back a few mm G1 H1 X235 Y147 F360 ; move slowly to X and Y axis endstops once more (second pass) G1 H1 Z-150 F360 ; move Z up stopping at the endstop G90 ; absolute positioning G92 X145 Y72 Z0 ; set NEW XYZ position ) ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning