|
|
@ -1057,6 +1057,9 @@
|
|
|
|
#define GRID_MAX_POINTS_X 7
|
|
|
|
#define GRID_MAX_POINTS_X 7
|
|
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
|
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// The Z probe minimum outer margin (to validate G29 parameters).
|
|
|
|
|
|
|
|
#define MIN_PROBE_EDGE 20
|
|
|
|
|
|
|
|
|
|
|
|
// Set the boundaries for probing (where the probe can reach).
|
|
|
|
// Set the boundaries for probing (where the probe can reach).
|
|
|
|
#define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 15)
|
|
|
|
#define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 15)
|
|
|
|
#define LEFT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
|
|
|
|
#define LEFT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
|
|
|
@ -1064,9 +1067,6 @@
|
|
|
|
#define FRONT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
|
|
|
|
#define FRONT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
|
|
|
|
#define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
|
|
|
|
#define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
|
|
|
|
|
|
|
|
|
|
|
|
// The Z probe minimum outer margin (to validate G29 parameters).
|
|
|
|
|
|
|
|
#define MIN_PROBE_EDGE 20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Probe along the Y axis, advancing X after each column
|
|
|
|
// Probe along the Y axis, advancing X after each column
|
|
|
|
//#define PROBE_Y_FIRST
|
|
|
|
//#define PROBE_Y_FIRST
|
|
|
|
|
|
|
|
|
|
|
|