@vbtalent:
…
Assuming a 305x305x305 machine should it be the following is order important?
M208 X305 Y305 Z305 S1 ; Set axis maxima
M208 X0 Y0 Z0 S1 ; Set axis minima
I then can remove the G92 commands from all the home'ing config's?
VB,
OK, thanks… S0 is for maxima and S1 is for minima in which case order is irrelevant.
M208 X305 Y305 Z305 S0 ; Set axis maxima
M208 X0 Y0 Z0 S1 ; Set axis minima