Using Arduino 1.8.7 IDE and Installing the U8glib
And downloaded a Clean Marlin 1.1.9
I found that if
#define X_PROBE_OFFSET_FROM_EXTRUDER 29
and
#define MIN_PROBE_EDGE 10
Are correct then in order to compile
You will need to change the line below to
#define LEFT_PROBE_BED_POSITION (MIN_PROBE_EDGE +29)
Will get you a clean compile.
[attachment 108352 Image12.jpg]
And downloaded a Clean Marlin 1.1.9
I found that if
#define X_PROBE_OFFSET_FROM_EXTRUDER 29
and
#define MIN_PROBE_EDGE 10
Are correct then in order to compile
You will need to change the line below to
#define LEFT_PROBE_BED_POSITION (MIN_PROBE_EDGE +29)
Will get you a clean compile.
[attachment 108352 Image12.jpg]