Arduino: 1.8.5 (Windows Store 1.8.10.0) (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" In file included from sketch\Configuration.h:792:0, from sketch\Marlin.h:22, from sketch\ConfigurationStore.cpp:1: sketch\thermistortables.h:1:1: warning: null character(s) ignored ^ In file included from sketch\ConfigurationStore.cpp:3:0: sketch\temperature.h:1:1: warning: null character(s) ignored ^ In file included from sketch\ConfigurationStore.cpp:4:0: sketch\ultralcd.h:1:1: warning: null character(s) ignored ^ In file included from sketch\ConfigurationStore.cpp:1:0: sketch\ConfigurationStore.cpp: In function 'void Config_PrintSettings()': ConfigurationStore.cpp:214: error: 'Kp' was not declared in this scope SERIAL_ECHOPAIR(" M301 P",Kp); ^ sketch\Marlin.h:87:68: note: in definition of macro 'SERIAL_ECHOPAIR' #define SERIAL_ECHOPAIR(name,value) (serial_echopair_P(PSTR(name),(value))) ^ ConfigurationStore.cpp:215: error: 'Ki' was not declared in this scope SERIAL_ECHOPAIR(" I" ,unscalePID_i(Ki)); ^ sketch\Marlin.h:87:68: note: in definition of macro 'SERIAL_ECHOPAIR' #define SERIAL_ECHOPAIR(name,value) (serial_echopair_P(PSTR(name),(value))) ^ ConfigurationStore.cpp:215: error: 'unscalePID_i' was not declared in this scope SERIAL_ECHOPAIR(" I" ,unscalePID_i(Ki)); ^ sketch\Marlin.h:87:68: note: in definition of macro 'SERIAL_ECHOPAIR' #define SERIAL_ECHOPAIR(name,value) (serial_echopair_P(PSTR(name),(value))) ^ ConfigurationStore.cpp:216: error: 'Kd' was not declared in this scope SERIAL_ECHOPAIR(" D" ,unscalePID_d(Kd)); ^ sketch\Marlin.h:87:68: note: in definition of macro 'SERIAL_ECHOPAIR' #define SERIAL_ECHOPAIR(name,value) (serial_echopair_P(PSTR(name),(value))) ^ ConfigurationStore.cpp:216: error: 'unscalePID_d' was not declared in this scope SERIAL_ECHOPAIR(" D" ,unscalePID_d(Kd)); ^ sketch\Marlin.h:87:68: note: in definition of macro 'SERIAL_ECHOPAIR' #define SERIAL_ECHOPAIR(name,value) (serial_echopair_P(PSTR(name),(value))) ^ sketch\ConfigurationStore.cpp: In function 'void Config_ResetDefault()': ConfigurationStore.cpp:419: error: 'Kp' was not declared in this scope Kp = DEFAULT_Kp; ^ ConfigurationStore.cpp:420: error: 'Ki' was not declared in this scope Ki = scalePID_i(DEFAULT_Ki); ^ ConfigurationStore.cpp:420: error: 'scalePID_i' was not declared in this scope Ki = scalePID_i(DEFAULT_Ki); ^ ConfigurationStore.cpp:421: error: 'Kd' was not declared in this scope Kd = scalePID_d(DEFAULT_Kd); ^ ConfigurationStore.cpp:421: error: 'scalePID_d' was not declared in this scope Kd = scalePID_d(DEFAULT_Kd); ^ ConfigurationStore.cpp:424: error: 'updatePID' was not declared in this scope updatePID(); ^ ConfigurationStore.cpp:427: error: 'Kc' was not declared in this scope Kc = DEFAULT_Kc; ^ exit status 1 'Kp' was not declared in this scope This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.