Look at your 1.1-Configuration.h found these
#define FIX_MOUNTED_PROBE // You Need this line
#define Z_MAX_POS 2350 // this must be an error
You have two LCD defined is this a error
#define ULTRA_LCD // Character based
#define REPRAP_DISCOUNT_SMART_CONTROLLER
I think you wanted this one
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#define FIX_MOUNTED_PROBE // You Need this line
#define Z_MAX_POS 2350 // this must be an error
You have two LCD defined is this a error
#define ULTRA_LCD // Character based
#define REPRAP_DISCOUNT_SMART_CONTROLLER
I think you wanted this one
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER