

1070 
#define TOUCH_MI_PROBE
 #if ENABLED(TOUCH_MI_PROBE)
  #define TOUCH_MI_RETRACT_Z 0.5                  // Height at which the probe retracts
  #define TOUCH_MI_DEPLOY_XPOS (X_MIN_BED )  // For a magnet on the right side of the bed
  //#define TOUCH_MI_MANUAL_DEPLOY                // For manual deploy (LCD menu)
#endif

1150 define NOZZLE_TO_PROBE_OFFSET { -39, 0, -4.40 }

1221 //#define Z_AFTER_PROBING           5 // Z position after probing is done

1174  #define GRID_MAX_POINTS_X 3
1175  #define GRID_MAX_POINTS_Y 3

V1.1 
1173 #define TOUCH_MI_DEPLOY_XPOS (X_MIN_BED -2 )  // For a magnet on the right side of the bed
1340 #define X_BED_SIZE 295

  