mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 21:14:06 -06:00
parent
22aca95f31
commit
07321b7b41
307 changed files with 1228 additions and 2149 deletions
|
@ -2170,13 +2170,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 -116
|
||||
#define PROBE_PT_1_Y -67.5
|
||||
#define PROBE_PT_2_X 116
|
||||
#define PROBE_PT_2_Y -67.5
|
||||
#define PROBE_PT_3_X 0
|
||||
#define PROBE_PT_3_Y 135
|
||||
#if NEEDS_THREE_PROBE_POINTS
|
||||
#define PROBE_PT_1 { -116, -67.5 } // (mm) { x, y }
|
||||
#define PROBE_PT_2 { 116, -67.5 }
|
||||
#define PROBE_PT_3 { 0, 135 }
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue