; homey.g ; called to home the Y axis ; M201 X500.00 Y500.00 ; Reduce acceleration for homing moves G91 ; relative positioning G1 H2 Z10 F8000 ; lift Z relative to current position G1 H1 Y625 F3600 ; move quickly to Y axis endstop and stop there (first pass) G1 Y-20 F3000 ; go back a few mm G1 H1 Y625 F256 ; move slowly to Y axis endstop once more (second pass) G1 Y10 F10800 ; move forward 10 mm M201 X3000 Y3000 ; Return to full accelerationG1 H2 Z-10 F10800 G1 H2 Z-10 F8000 ; Lower Z relative to current position G90 ; absolute positioning