Move LCD items to Conditionals.h
- `Conditionals.h` is included twice, setting LCD values the first time
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user