|
|
|
@ -507,6 +507,23 @@
|
|
|
|
|
// Add an 'M73' G-code to set the current percentage
|
|
|
|
|
//#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
|
|
|
|
|
#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
|
|
|
|
|
#endif
|
|
|
|
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* LED Control Menu
|
|
|
|
|
* Enable this feature to add LED Control to the LCD menu
|
|
|
|
@ -581,22 +598,6 @@
|
|
|
|
|
// Note: Only affects SCROLL_LONG_FILENAMES with SDSORT_CACHE_NAMES but not SDSORT_DYNAMIC_RAM.
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Show a progress bar on HD44780 LCDs for SD printing
|
|
|
|
|
//#define LCD_PROGRESS_BAR
|
|
|
|
|
|
|
|
|
|
#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
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// This allows hosts to request long names for files and folders with M33
|
|
|
|
|
//#define LONG_FILENAME_HOST_SUPPORT
|
|
|
|
|
|
|
|
|
|