♻️ Refactor PROBE_PT_[123]
This commit is contained in:
@@ -2152,13 +2152,10 @@
|
||||
* Points to probe for all 3-point Leveling procedures.
|
||||
* Override if the automatically selected points are inadequate.
|
||||
*/
|
||||
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL)
|
||||
//#define PROBE_PT_1_X 15
|
||||
//#define PROBE_PT_1_Y 180
|
||||
//#define PROBE_PT_2_X 15
|
||||
//#define PROBE_PT_2_Y 20
|
||||
//#define PROBE_PT_3_X 170
|
||||
//#define PROBE_PT_3_Y 20
|
||||
#if NEEDS_THREE_PROBE_POINTS
|
||||
//#define PROBE_PT_1 { 15, 180 } // (mm) { x, y }
|
||||
//#define PROBE_PT_2 { 15, 20 }
|
||||
//#define PROBE_PT_3 { 170, 20 }
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user