; homeall.g ; called to home all axes ; ; 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 G1 H1 X-305 F4800 ; move X all the way left and stop at end G4 P500 ; wait 500msec G0 X127 Y142 F12000 ; go to back center of bed for measurement G4 P500 ; wait 500msec M400 M913 X100 Y100 Z100 ; motor currents back to 100%obing the bed M400 G30 Z ; home z by probing the bed G1 H1 Z3 ; lower bed for clearance G90 ; back to absolute positioning ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z8 F100 ; lift Z relative to current position ;G90 ; absolute positioning