Quote
obewan
In configuration.h
#define X_PROBE_OFFSET_FROM_EXTRUDER -22 // X offset: -left +right [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER 1.5 // Z offset: -below +above [the nozzle] (how far nozzle is above bed when probe triggers)
This makes RC8 compile!
I evidently enabled the defines outlined in the example in the configuration.h and commented out the one's after the example. It was late, 3AM.
This gets me in the ballpark.
Thanks!