; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool on Fri May 05 2017 15:41:09 GMT+0200 (W. Europe Daylight Time) ; Relative positioning G91 ; Lift Z G1 Z5 F6000 ; Course home X and Y G1 X-195 Y195 F1800 S1 ; Move away from the endstops G1 X5 Y-5 F6000 ; Fine home X and Y G1 X-195 Y195 F360 S1 ; Move Z down until the switch triggers G30 ; lower head, stop when probe triggered and set Z to trigger height ; Absolute positioning G90 ; Tell the firmware where we are G92 Z0.35 ; Uncomment the following line to lift the nozzle after probing ;G1 Z5 F100