I want to do a simple move with the Park3-m202.txt macro to execute a move and then zero the X&Y DRO's and need a sanity check to see if this macro mod will do the trick....
// Go to Probe Offset Position
exec.Code("G0 X-1.3376 Y1.1706"); // Move to probe offset position
while(exec.IsMoving()){}
exec.Callbutton(100);
exec.Callbutton(101);