<font face="Arial, Verdana">Ok, I now have the things working more or less ok.</font>
<font face="Arial, Verdana">But still there is some behaviour that seems odd.</font>
@Repetier you said that there is a Z probing position and I have found the params bellow:
---
#define ZHOME_X_POS 130
#define ZHOME_Y_POS 125
---
That is the middle of my bed, still if I issue a G28 after the X and Y homing the Z does the homing in the corner and outside the be, so that is not good.
I was hopping that it would move to the center of the bed? Aren't these the correct ones?
(In the mean time I use G28 X0 Y0 and then G32.)
Another issue is that the Z homing is quite slow and in case I have the Z high up and run a G32 it take ages, as it will always return to the position where I started it to move between points.
Shouldn't it just use the value of the <font face="Arial, Verdana">Z_PROBE_BED_DISTANCE?</font>