<font face="Arial, Verdana">Hi</font>
<font face="Arial, Verdana">I have some issue with repetier v.0.92.9 with autoleveling. I create config with repetier firmware with support of Z-probing (https://www.repetier.com/documentation/repetier-firmware/z-probing/). My 3D printer is Mendle90 and I have probe about 59mm to the left of nozle (Z_X_PROBE_OFFSET=-59 / Y_Z_PROBE_OFFSET=0). When I doing test ther's everything ok. In steps:</font>
<font face="Arial, Verdana">G28 X0 Y0 - homing X and Y (in my case HOME of X and Y is in X=210 and Y210 - thers are endstop's X/Y)</font>
<font face="Arial, Verdana">G1 X100 Y100 - move the nozlze near the center of the bed</font>
<font face="Arial, Verdana">G30 - the xcarrige move of offset and then probe is in the X100/Y100 and when the probe end's the carriage returns to posioon of the nozzle in X100 Y100</font>
<font face="Arial, Verdana">And that is correct</font>
<font face="Arial, Verdana">Strange situation is when I using autoleveling in start G-code.</font>
<font face="Arial, Verdana">G28 X0 Y0</font>
<font face="Arial, Verdana">G32 S3 (to the points of nozzle on the bed P1 X70 Y20; P2 X205 Y20; P3 X70 Y180)</font>
<font face="Arial, Verdana">This P1-P2 are the points of the nozzle (the probe is in points decrase of X offset X11 Y20; X146 Y20; X11 Y180) and when the probbing ends then the carriage move to directions where the probe was but repetier still show that the nozzle is in the directions of last probe. </font>
<font face="Arial, Verdana">I did the test where all 3 Probe points have the same X/Y=100 and when the probing end the nozzle still move left of offset but repetier show directions X/Y100 - in this case the physical point of nozzle is X41Y100</font>
<font face="Arial, Verdana">Why there is a difference between procesing G30 and G32 - G30 works great with offset?</font>