|
|
|
@ -545,11 +545,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|
|
|
|
#if ENABLED(AUTO_BED_LEVELING_GRID)
|
|
|
|
|
|
|
|
|
|
// Set the rectangle in which to probe.
|
|
|
|
|
#define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
|
|
|
|
|
#define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
|
|
|
|
|
#define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
|
|
|
|
|
#define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
|
|
|
|
|
#define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
|
|
|
|
|
#define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
|
|
|
|
|
#define LEFT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
|
|
|
|
|
#define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
|
|
|
|
|
#define FRONT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
|
|
|
|
|
#define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
|
|
|
|
|
|
|
|
|
|
#define MIN_PROBE_EDGE 10 // The Z probe minimum square sides can be no smaller than this.
|
|
|
|
|
|
|
|
|
|