I'm using a cartesian printer with repetier. 0.92.9.
Z-probing works fine except one minor problem using BED_LEVELING_METHOD 2.
After homing (0,0) and sending a G32 command the extruder tries to go to (-25,-25) and crashes into endstops.
That's correct taken my PROBE_X/Y_OFFSET 25 into account, but it doesn't take the starting point of my probe grid into account. Why is that?
Coordinates of my 3 probe points:
#define Z_PROBE_X1 25
#define Z_PROBE_Y1 25
#define Z_PROBE_X2 175
#define Z_PROBE_Y2 25
#define Z_PROBE_X3 25
#define Z_PROBE_Y3 175