This is what I currently have set for this...but everytime I G29, the box it is making is in the center of the 8 x 8 platform, and try as I might, I cannot get this damn thing to extend to the edges.
// set the rectangle in which to probe
#define LEFT_PROBE_BED_POSITION 15
#define RIGHT_PROBE_BED_POSITION 170
#define BACK_PROBE_BED_POSITION 180
#define FRONT_PROBE_BED_POSITION 20
Can anyone explain how these numbers are supposed to correlate to the four edges of the print bed?
I've had it crash off the back multiple times...and I don't dare continue this trial and error until I understand how these numbers are supposed to work.
Thanks!