; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue Jul 27 2021 22:03:56 GMT+0300 (שעון ישראל (קיץ)) G91 ; relative positioning G1 H1 X-905 Y-905 F1800 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H2 X5 Y5 F6000 ; go back a few mm G1 H1 X-905 Y-905 F360 ; move slowly to X and Y axis endstops once more (second pass) ; Uncomment the following lines to lift Z after probing G91 ; relative positioning G90 ; absolute positioning G30 ; home Z by probing the bed