; homez.g ; called to home the Z axis ; ; generated by RepRapFirmware Configuration Tool on Mon Mar 12 2018 16:19:25 GMT+0000 (GMT Standard Time) G91 ; relative positioning G1 H1 Z94 F1500 ; move quickly to Z axis endstop and stop there (first pass) - JEFF replace S1 by H1 (LASER MODE) G1 H2 Z-3 F2400 ; go back a few mm - JEFF add H2 to avoid error G0/G1 outside boundary G1 H1 Z94 F300 ; move slowly to X axis endstop once more (second pass) - JEFF replace S1 by H1 (LASER MODE) G90 ; absolute positioning