Move LCD items to Conditionals.h

- `Conditionals.h` is included twice, setting LCD values the first time
This commit is contained in:
Scott Lahteine
2015-03-21 15:24:57 -07:00
parent 63abeaff38
commit 2c9bd15625
25 changed files with 59 additions and 440 deletions

View File

@ -715,10 +715,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
#include "Conditionals_lcd.h"
#include "Configuration_adv.h"
#include "Conditionals.h"
#include "SanityCheck.h"
#include "thermistortables.h"
#endif //CONFIGURATION_H