Z-probing - G32 keeps crashing into x and y endstops

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










Comments

  • Okay, just tried the dev version and that fixed it!
    I had a problem with the online config tool though. 
    I loaded my old 0.92.9 config file into it and in the configurator everything showed as previously configured, but after downloading all my old values were gone.
Sign In or Register to comment.