; homex.g ; called to home the X axis ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Jan 27 2020 20:07:02 GMT+0100 (Ora standard dell’Europa centrale) G91 ; relative positioning G1 S2 Z5 F6000 ; lift Z relative to current position G1 S1 X-210 F1800 ; move quickly to X axis endstop and stop there (first pass) G1 S2 X5 F6000 ; go back a few mm G1 S1 X-210 F360 ; move slowly to X axis endstop once more (second pass) G1 S2 Z-5 F6000 ; lower Z again G1 S2 X16 F6000 ; OFFSET ASSE X PER ANDARE SUL PIATTO (MAK64) G92 X0 ; ASSUME VALORE ZERO PER ASSE X (MAK64 G90 ; absolute positioning