@jujojujo_2003 said in Sensorless homing not working:
M915 X S-20 R0 F0 H40
I use:
M400
M913 X70 Y70 ; drop motor current to 70%
G91 ; relative positioning
G1 H2 Z10 F6000 ; lift Z relative to current position
G1 H1 X-320 F12000 ; move quickly to X axis endstop and stop there (first pass)
G1 H2 X15 F1800 ; go back a few mm
G1 H1 X-320 F12000 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-10 F6000 ; lower Z again
G90 ; absolute positioning
M400
M913 X100 Y100 ; return current to 100%
Which works on my CoreXY I don't have the M915 in the homex or y.g