; homey.g ; called to home the Y axis G91 ; Relative positioning G1 S2 Z5 F8000 S2 ; Lift the Z axis relative to its current position to stop the nozzle hitting the bed G1 S1 Y-395 F8000 ; Move quickly to the Y axis endstop and stop there (first pass) G1 Y5 F8000 ; Go back a few mm G1 S1 Y-395 F500 ; Move slowly to Y axis endstop once more (second pass) G90 ; Absolute positioning