Chip,
Allen & Greg helped me with this homing routine for the SmoothStepper board. I just installed it and it works great!

DoOemButton(1024) 'Home Z
While IsMoving
Sleep(25)
Wend
DoOemButton(1023) 'Home Y
While IsMoving
Sleep(25)
Wend
DoOemButton(357) 'deslave axis
Code "G91" 'Put Mach into incremental mode
Code "G0A0.5" 'Move A axis 1/2"
While IsMoving
Sleep(25)
Wend
Code "G90" 'Return Mach to Absolute Mode'
DoOemButton(358) 'slave axis
DoOemButton(1022) 'Home X with A trailing
While IsMoving
Sleep(25)
Wend
DoOemButton(1007) 'Zero All just to be sure
Again, thanks to everyone that helped me figure this out!