Ultimaker 1.5.7 with LCD RepRapDiscount Smart Controller Error

Board: ultimaker 1.5.7
LCD: RepRapDiscount Smart Controller

Sketch will compile with 
#define FEATURE_CONTROLLER 0

Failed with 
#define FEATURE_CONTROLLER 2
Error Output
--------------------------------------------------------
In file included from HAL.h:33:0,
                 from Repetier.h:455,
                 from Commands.cpp:22:
Commands.cpp: In static member function ‘static void Commands::emergencyStop()’:
Commands.cpp:2502:19: error: ‘UI_TEXT_KILLED’ was not declared in this scope
     UI_STATUS_UPD(UI_TEXT_KILLED);
                   ^
Commands.cpp:2502:5: note: in expansion of macro ‘UI_STATUS_UPD’
     UI_STATUS_UPD(UI_TEXT_KILLED);
------------------------------------------------------
Sign In or Register to comment.