|
@@ -428,7 +428,9 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
|
428
|
428
|
#define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
|
429
|
429
|
#define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
|
430
|
430
|
#define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
|
431
|
|
- #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
|
|
431
|
+ #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
|
|
432
|
+
|
|
433
|
+ #define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this
|
432
|
434
|
|
433
|
435
|
// Non-linear bed leveling will be used.
|
434
|
436
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|