♻️ Refactor PROBE_PT_[123]

MarlinFirmware/Marlin#25522
This commit is contained in:
Scott Lahteine 2023-03-15 22:15:04 -05:00
parent 22aca95f31
commit 07321b7b41
307 changed files with 1228 additions and 2149 deletions

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2179,13 +2179,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
#define PROBE_PT_1_X 20 #define PROBE_PT_1 { 20, 160 } // (mm) { x, y }
#define PROBE_PT_1_Y 160 #define PROBE_PT_2 { 20, 10 }
#define PROBE_PT_2_X 20 #define PROBE_PT_3 { 180, 10 }
#define PROBE_PT_2_Y 10
#define PROBE_PT_3_X 180
#define PROBE_PT_3_Y 10
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2174,13 +2174,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2166,13 +2166,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2171,13 +2171,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2177,13 +2177,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2168,13 +2168,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2172,13 +2172,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2174,13 +2174,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2165,13 +2165,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2170,13 +2170,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

View file

@ -2169,13 +2169,10 @@
* Points to probe for all 3-point Leveling procedures. * Points to probe for all 3-point Leveling procedures.
* Override if the automatically selected points are inadequate. * Override if the automatically selected points are inadequate.
*/ */
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #if NEEDS_THREE_PROBE_POINTS
//#define PROBE_PT_1_X 15 //#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
//#define PROBE_PT_1_Y 180 //#define PROBE_PT_2 { 15, 20 }
//#define PROBE_PT_2_X 15 //#define PROBE_PT_3 { 170, 20 }
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif #endif
/** /**

Some files were not shown because too many files have changed in this diff Show more