public static void JogSpace(sbyte axis, sbyte direction)
 {
     MCCL.MCC_JogSpace(direction, 10, (char)axis, 0);
 }