Embed some items in HAS_LCD_MENU
This commit is contained in:
		| @@ -658,10 +658,10 @@ | ||||
|   #endif | ||||
| #endif | ||||
|  | ||||
| // @section extras | ||||
| // @section motion | ||||
|  | ||||
| // minimum time in microseconds that a movement needs to take if the buffer is emptied. | ||||
| #define DEFAULT_MINSEGMENTTIME        20000 | ||||
| // Minimum time that a segment needs to take if the buffer is emptied | ||||
| #define DEFAULT_MINSEGMENTTIME        20000   // (ms) | ||||
|  | ||||
| // If defined the movements slow down when the look ahead buffer is only half full | ||||
| #define SLOWDOWN | ||||
| @@ -851,11 +851,32 @@ | ||||
|   #define FEEDRATE_CHANGE_BEEP_FREQUENCY 440 | ||||
| #endif | ||||
|  | ||||
| // Include a page of printer information in the LCD Main Menu | ||||
| //#define LCD_INFO_MENU | ||||
| #if ENABLED(LCD_INFO_MENU) | ||||
|   //#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages | ||||
| #endif | ||||
| #if HAS_LCD_MENU | ||||
|  | ||||
|   // Include a page of printer information in the LCD Main Menu | ||||
|   //#define LCD_INFO_MENU | ||||
|   #if ENABLED(LCD_INFO_MENU) | ||||
|     //#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages | ||||
|   #endif | ||||
|  | ||||
|   /** | ||||
|    * LED Control Menu | ||||
|    * Add LED Control to the LCD menu | ||||
|    */ | ||||
|   //#define LED_CONTROL_MENU | ||||
|   #if ENABLED(LED_CONTROL_MENU) | ||||
|     #define LED_COLOR_PRESETS                 // Enable the Preset Color menu option | ||||
|     #if ENABLED(LED_COLOR_PRESETS) | ||||
|       #define LED_USER_PRESET_RED        255  // User defined RED value | ||||
|       #define LED_USER_PRESET_GREEN      128  // User defined GREEN value | ||||
|       #define LED_USER_PRESET_BLUE         0  // User defined BLUE value | ||||
|       #define LED_USER_PRESET_WHITE      255  // User defined WHITE value | ||||
|       #define LED_USER_PRESET_BRIGHTNESS 255  // User defined intensity | ||||
|       //#define LED_USER_PRESET_STARTUP       // Have the printer display the user preset color on startup | ||||
|     #endif | ||||
|   #endif | ||||
|  | ||||
| #endif // HAS_LCD_MENU | ||||
|  | ||||
| // Scroll a longer status message into view | ||||
| //#define STATUS_MESSAGE_SCROLLING | ||||
| @@ -880,23 +901,6 @@ | ||||
|   #endif | ||||
| #endif | ||||
|  | ||||
| /** | ||||
|  * LED Control Menu | ||||
|  * Enable this feature to add LED Control to the LCD menu | ||||
|  */ | ||||
| //#define LED_CONTROL_MENU | ||||
| #if ENABLED(LED_CONTROL_MENU) | ||||
|   #define LED_COLOR_PRESETS                 // Enable the Preset Color menu option | ||||
|   #if ENABLED(LED_COLOR_PRESETS) | ||||
|     #define LED_USER_PRESET_RED        255  // User defined RED value | ||||
|     #define LED_USER_PRESET_GREEN      128  // User defined GREEN value | ||||
|     #define LED_USER_PRESET_BLUE         0  // User defined BLUE value | ||||
|     #define LED_USER_PRESET_WHITE      255  // User defined WHITE value | ||||
|     #define LED_USER_PRESET_BRIGHTNESS 255  // User defined intensity | ||||
|     //#define LED_USER_PRESET_STARTUP       // Have the printer display the user preset color on startup | ||||
|   #endif | ||||
| #endif // LED_CONTROL_MENU | ||||
|  | ||||
| #if ENABLED(SDSUPPORT) | ||||
|  | ||||
|   // Some RAMPS and other boards don't detect when an SD card is inserted. You can work | ||||
|   | ||||
		Reference in New Issue
	
	Block a user