Made some real progress today. Both axis completely setup and working good. Also got the spindle running and the speed matching the Hickory output voltage. Had to do some tweaking on the max motor speed, but it is running about as good and I could expect.
Added a couple videos to the to the album of the axis traveling out and back to .0001 indicator. Looks about perfect.
At set up I jogged out to the limit switches back ok to a safe distance and set M26/X & M26/Z.
Then I changed the .hom file to read as it says in the manual:
M26 /X Q1
M26 /Z Q1
On startup that recognizes the home is set and establishes the DRO in the position it is currently at for both axis, but I also want it to return to Zero when I home it at start up. Adding G00 works.
M26 /X Q1
G00 X0
M26 /Z Q1
G00 Z0
But it goes over there at full throttle and I much prefer slow and easy. What is the best code for the .hom file to run it back to zero at a given feed rate?