Prettify LCD_PROGRESS_BAR options
This commit is contained in:
		@@ -508,19 +508,13 @@
 | 
			
		||||
//#define LCD_SET_PROGRESS_MANUALLY
 | 
			
		||||
 | 
			
		||||
#if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
 | 
			
		||||
  // Show a progress bar on HD44780 LCDs for SD printing
 | 
			
		||||
  //#define LCD_PROGRESS_BAR
 | 
			
		||||
  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
 | 
			
		||||
  #if ENABLED(LCD_PROGRESS_BAR)
 | 
			
		||||
    // Amount of time (ms) to show the bar
 | 
			
		||||
    #define PROGRESS_BAR_BAR_TIME 2000
 | 
			
		||||
    // Amount of time (ms) to show the status message
 | 
			
		||||
    #define PROGRESS_BAR_MSG_TIME 3000
 | 
			
		||||
    // Amount of time (ms) to retain the status message (0=forever)
 | 
			
		||||
    #define PROGRESS_MSG_EXPIRE   0
 | 
			
		||||
    // Enable this to show messages for MSG_TIME then hide them
 | 
			
		||||
    //#define PROGRESS_MSG_ONCE
 | 
			
		||||
    // Add a menu item to test the progress bar:
 | 
			
		||||
    //#define LCD_PROGRESS_BAR_TEST
 | 
			
		||||
    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
 | 
			
		||||
    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
 | 
			
		||||
    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
 | 
			
		||||
    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
 | 
			
		||||
    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
 | 
			
		||||
  #endif
 | 
			
		||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user