Hi Eric,
If we look at jogging problem only, what code is neccessary to shift in and out of jog? I use:
Engine->IncrementalJog = true;
and I get the MainPlanner->m_Increment to determine the amount to Incrementally Jog
I also use Block.Format("G91G1 %s %.4f, CurrentLeftVertAxis,increment);
Code(Block);
if(WasG90) Code("G90");
Thanks
Lee