I have recently built a Prusa i3 clone with the Ramps 1.4 board and I am trying to add an LCD...
[
www.ebay.com.au]
I am using the Marlin firmware, and have added the u8glib library to the arduino.cc software. I have uncommented the following line in Configuration.h
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
however when I try to complie, I get an erro that says - 'min_software_endstops' was not declared in this scope
what does this mean and how do i fix it?