Move LCD items to Conditionals.h
				
					
				
			- `Conditionals.h` is included twice, setting LCD values the first time
This commit is contained in:
		| @@ -726,10 +726,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of | ||||
|  | ||||
|  | ||||
|  | ||||
| #include "Conditionals_lcd.h" | ||||
| #include "Configuration_adv.h" | ||||
| #include "Conditionals.h" | ||||
| #include "SanityCheck.h" | ||||
| #include "thermistortables.h" | ||||
|  | ||||
| #endif //CONFIGURATION_H | ||||
|   | ||||
| @@ -1,6 +1,8 @@ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
|  | ||||
| #include "Conditionals.h" | ||||
|  | ||||
| //=========================================================================== | ||||
| //=============================Thermal Settings  ============================ | ||||
| //=========================================================================== | ||||
| @@ -338,4 +340,7 @@ const unsigned int dropsegments=5; //everything with less than this number of st | ||||
|   #endif | ||||
| #endif | ||||
|  | ||||
| #include "Conditionals.h" | ||||
| #include "SanityCheck.h" | ||||
|  | ||||
| #endif //CONFIGURATION_ADV_H | ||||
|   | ||||
		Reference in New Issue
	
	Block a user