FW version 1.0.4 with https://www.repetier.com/firmware/dev/ configurator
I chose the n*n grid method with a size of 2
The origin of my bed is in the center, the three points are defined as follows:
#define Z_PROBE_X1 -50
#define Z_PROBE_Y1 -50
#define Z_PROBE_X2 50
#define Z_PROBE_Y2 -50
#define Z_PROBE_X3 -50
#define Z_PROBE_Y3 50
When leveling, the sensor first does P1, then P3, P2 and P4...
Is this normal, do the values recorded correspond to the grid or is there an error?
In previous tests while developing the Zprobe, I did not have the problem.