Move LCD items to Conditionals.h
- `Conditionals.h` is included twice, setting LCD values the first time
This commit is contained in:
parent
63abeaff38
commit
2c9bd15625
25 changed files with 59 additions and 440 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef CONFIGURATION_ADV_H
|
||||
#define CONFIGURATION_ADV_H
|
||||
|
||||
#include "Conditionals.h"
|
||||
|
||||
//===========================================================================
|
||||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
|
@ -471,4 +473,7 @@ const unsigned int dropsegments=5; //everything with less than this number of st
|
|||
|
||||
#endif
|
||||
|
||||
#include "Conditionals.h"
|
||||
#include "SanityCheck.h"
|
||||
|
||||
#endif //CONFIGURATION_ADV_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue