Fix the probe position for the front to be a lower value than what is for the rear. The probe offsets also affect this.
These are the defines that are causing the error:
#define FRONT_PROBE_BED_POSITION 10
#define BACK_PROBE_BED_POSITION 170
Adjust the values to keep the probe inside the bed. The numbers shown happen to be what I'm using.
These are the defines that are causing the error:
#define FRONT_PROBE_BED_POSITION 10
#define BACK_PROBE_BED_POSITION 170
Adjust the values to keep the probe inside the bed. The numbers shown happen to be what I'm using.