<font face="Arial, Verdana">0.92.8 (jan19) on delta+2560+ramps1.4+IR probe</font>
tested repeteability of the probe +-0.02
declared zheight=441.87 (Measured with 0.05 feeler gauge nozzle/bed)
1st strange thing
with zprobe height=0 G30 report 7.49
with zprobe height=1 G30 report 9.50
it seems to have doubled zheight value, I've looked at the code under <font face="Arial, Verdana">float Printer::runZMaxProbe but </font>I don't have enought knowledge on arduino to understand it clearly
<font face="Arial, Verdana">2nd in repetier.h: G30 P<0..3> - Single z-probe at current position P = 1 first measurement, P = 2 Last measurement P = 0 or 3 first and last measurement, so I tried (with zprobe height=1 all entry after homing to max with G28):</font>
<font face="Arial, Verdana">G30 P0 report 440.16 go from zmax to probe point at probe speed, not apply yoffset declared, return to zmax (not homing)</font>
<font face="Arial, Verdana">G30 P1 report 9.52 normal cycle like G30 speed, apply offset, not homig goto zprobe-bed dist</font>
<font face="Arial, Verdana">G30 P2 report 440.14 </font>go from zmax to probe point at probe speed, not apply yoffset declared, return to zmax (not homing)
G30 P3 report 9.52 normal cycle like G30 speed, apply offset, not homig goto zprobe-bed dist<font face="Arial, Verdana">
</font>
mybe I didn't understood the explanation of G30.
<font face="Arial, Verdana">other experiment:</font>
<font face="Arial, Verdana">if I set zprobe height to 0, I send G30 P0, the measured value is 439,13 so if the measured zheigh is 441.87-439,13=2.74 it's my real probe height? (this value is very near to the measured distance from the bed obtained with feeler gauge 2.65)</font>
<font face="Arial, Verdana">But if I put this value as zprobe height the result of a G30 probing is 12.97 like 2.74 has been added two times.</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">anyone can clarify this situation?</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">thx leo</font>