; homex.g ; called to home the X axis ; ; generated by RepRapFirmware Configuration Tool v3.2.1 on Thu Jan 07 2021 19:53:43 GMT-0500 (Eastern Standard Time) G91 ; relative positioning G1 H1 Z5 F6000 ; lift Z relative to current position M400 M913 X50 Y50 Z50 ; drop motor currents to 50% M915 X Y S3 R0 ; set sensitivity to +3 unfiltered G91 ; use relative positioning G1 H1 X-305 F4000 ; move X all the way left and stop at end G90 ; absolute positioning M400 M913 X100 Y100 ; return current to 100% M400 ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z8 F100 ; lift Z relative to current position ;G90 ; absolute positioning