It’s a calibration routine for our machine. The head would be positioned there manually. What we need to find is where that initial position is relative to the home.
Ideally, the thing that I’d like is for the G28 homing routine to work as-is but without that final clearing of the position values.
If I were to try to add another version of G28, maybe G28.4, that did this, are you interested in incorporating it into the main repo? Is there anything in the current G28 code that would make the position information invalid at the end of the G28 routine?
-Robert