Great! So RCBugfix is newer than RC8? Is RCBugfix always newer? Seems there was a RC6 bug fix too.
So, the front is the front and the back is the back?
My current values are:
// Travel limits after homing (units are in mm)
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 120
#define Y_MAX_POS 120
#define Z_MAX_POS 120
// Set the number of grid points per dimension.
#define ABL_GRID_POINTS_X 3
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 0
#define RIGHT_PROBE_BED_POSITION 90
#define FRONT_PROBE_BED_POSITION 0
#define BACK_PROBE_BED_POSITION 90
// The Z probe minimum outer margin (to validate G29 parameters).
#define MIN_PROBE_EDGE 10
does not compile in RC8, errors are mentioned in the OP.
Will try RCBugfix.
Thanks!!
So, the front is the front and the back is the back?
My current values are:
// Travel limits after homing (units are in mm)
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 120
#define Y_MAX_POS 120
#define Z_MAX_POS 120
// Set the number of grid points per dimension.
#define ABL_GRID_POINTS_X 3
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 0
#define RIGHT_PROBE_BED_POSITION 90
#define FRONT_PROBE_BED_POSITION 0
#define BACK_PROBE_BED_POSITION 90
// The Z probe minimum outer margin (to validate G29 parameters).
#define MIN_PROBE_EDGE 10
does not compile in RC8, errors are mentioned in the OP.
Will try RCBugfix.
Thanks!!