@phaedrux
That is correct my nozzle is offset 47 mm from BL touch.
With these settings I am getting BL touch measurement when nozzle is located on top of 0,0 origin. But in that case BL touch is measuring 47 mm in front which I think is not very accurate representation of the mesh.
; Axis Limits
M208 X-20 Y0 Z0 S1 ; set axis minima
M208 X321 Y208 Z305 S0 ; set axis maxima
; Z-Probe
G31 P25 X0 Y-47.06 Z2.150 ; set Z probe trigger value, offset and trigger height (positive value brings bed closer)
M557 X-6:290 Y-47:150 S30 ; define mesh grid
======================================================================================================================
With these settings I am getting BL touch measurement when nozzle is moving to Y47mm. In that case BL touch is measuring at 47+47=Y94 coordinates... which is not good.
; Axis Limits
M208 X-20 Y0 Z0 S1 ; set axis minima
M208 X321 Y208 Z305 S0 ; set axis maxima
; Z-Probe
G31 P25 X0 Y-47.06 Z2.150 ; set Z probe trigger value, offset and trigger height (positive value brings bed closer)
M557 X-6:290 Y0:150 S30 ; define mesh grid
======================================================================================================================
With these settings I am getting BL touch measurement when the nozzle is located 47 mm in front of the bed (in the air). In that case BL touch is measuring at 0,0 coordinates which I think is right but will it be an accurate representation for the nozzle. Or it will mean what the whole bed mesh will be shifted 47 mm and when nozzle will start print at 0,0 it will use mesh compensation for this point shifted by 47 mm in a mesh?
; Axis Limits
M208 X-20 Y-85 Z0 S1 ; set axis minima
M208 X321 Y208 Z305 S0 ; set axis maxima
; Z-Probe
G31 P25 X0 Y-47.06 Z2.150 ; set Z probe trigger value, offset and trigger height (positive value brings bed closer)
M557 X-6:290 Y-85:150 S30 ; define mesh grid
I hope it is clearer now more or less
Moving BL touch closer to the nozzle will do the trick probably what I want, but I don't want to move BL touch so close to the nozzle or any heat as it's already in harsh environment as my heated chamber goes to 80 degrees...