|
|
|
@ -430,6 +430,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
|
|
|
|
|
#define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
|
|
|
|
|
#define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
|
|
|
|
|
|
|
|
|
|
#define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this
|
|
|
|
|
|
|
|
|
|
// Non-linear bed leveling will be used.
|
|
|
|
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|
|
|
|
|
// Useful for deltas where the print surface may appear like a bowl or dome shape.
|
|
|
|
|