Unify config in a single include without nested includes
This commit is contained in:
@ -1429,6 +1429,4 @@
|
||||
//#define FILAMENT_LCD_DISPLAY
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
#endif // CONFIGURATION_H
|
||||
|
@ -46,8 +46,6 @@
|
||||
*/
|
||||
#define CONFIGURATION_ADV_H_VERSION 010100
|
||||
|
||||
#include "Conditionals_LCD.h"
|
||||
|
||||
// @section temperature
|
||||
|
||||
//===========================================================================
|
||||
@ -800,7 +798,4 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
||||
|
||||
//#define EXPERIMENTAL_I2CBUS
|
||||
|
||||
#include "Conditionals.h"
|
||||
#include "SanityCheck.h"
|
||||
|
||||
#endif //CONFIGURATION_ADV_H
|
||||
#endif // CONFIGURATION_ADV_H
|
||||
|
@ -1423,6 +1423,4 @@
|
||||
//#define FILAMENT_LCD_DISPLAY
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
#endif // CONFIGURATION_H
|
||||
|
@ -46,8 +46,6 @@
|
||||
*/
|
||||
#define CONFIGURATION_ADV_H_VERSION 010100
|
||||
|
||||
#include "Conditionals_LCD.h"
|
||||
|
||||
// @section temperature
|
||||
|
||||
//===========================================================================
|
||||
@ -800,7 +798,4 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
||||
|
||||
//#define EXPERIMENTAL_I2CBUS
|
||||
|
||||
#include "Conditionals.h"
|
||||
#include "SanityCheck.h"
|
||||
|
||||
#endif //CONFIGURATION_ADV_H
|
||||
#endif // CONFIGURATION_ADV_H
|
||||
|
@ -1426,6 +1426,4 @@
|
||||
//#define FILAMENT_LCD_DISPLAY
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
#endif // CONFIGURATION_H
|
||||
|
@ -46,8 +46,6 @@
|
||||
*/
|
||||
#define CONFIGURATION_ADV_H_VERSION 010100
|
||||
|
||||
#include "Conditionals_LCD.h"
|
||||
|
||||
// @section temperature
|
||||
|
||||
//===========================================================================
|
||||
@ -799,7 +797,4 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
||||
|
||||
//#define EXPERIMENTAL_I2CBUS
|
||||
|
||||
#include "Conditionals.h"
|
||||
#include "SanityCheck.h"
|
||||
|
||||
#endif //CONFIGURATION_ADV_H
|
||||
#endif // CONFIGURATION_ADV_H
|
||||
|
@ -1426,6 +1426,4 @@
|
||||
//#define FILAMENT_LCD_DISPLAY
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
#endif // CONFIGURATION_H
|
||||
|
@ -51,8 +51,6 @@
|
||||
*/
|
||||
#define CONFIGURATION_ADV_H_VERSION 010100
|
||||
|
||||
#include "Conditionals_LCD.h"
|
||||
|
||||
// @section temperature
|
||||
|
||||
//===========================================================================
|
||||
@ -804,7 +802,4 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
||||
|
||||
//#define EXPERIMENTAL_I2CBUS
|
||||
|
||||
#include "Conditionals.h"
|
||||
#include "SanityCheck.h"
|
||||
|
||||
#endif //CONFIGURATION_ADV_H
|
||||
#endif // CONFIGURATION_ADV_H
|
||||
|
@ -1429,6 +1429,4 @@
|
||||
//#define FILAMENT_LCD_DISPLAY
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
#endif // CONFIGURATION_H
|
||||
|
@ -46,8 +46,6 @@
|
||||
*/
|
||||
#define CONFIGURATION_ADV_H_VERSION 010100
|
||||
|
||||
#include "Conditionals_LCD.h"
|
||||
|
||||
// @section temperature
|
||||
|
||||
//===========================================================================
|
||||
@ -800,7 +798,4 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
||||
|
||||
//#define EXPERIMENTAL_I2CBUS
|
||||
|
||||
#include "Conditionals.h"
|
||||
#include "SanityCheck.h"
|
||||
|
||||
#endif //CONFIGURATION_ADV_H
|
||||
#endif // CONFIGURATION_ADV_H
|
||||
|
Reference in New Issue
Block a user