Prettify LCD_PROGRESS_BAR options
This commit is contained in:
parent
4d588b2d6a
commit
b8485528b2
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -509,19 +509,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -497,19 +497,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -509,19 +509,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -521,19 +521,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -510,19 +510,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -510,19 +510,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -510,19 +510,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -510,19 +510,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -510,19 +510,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -510,19 +510,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -515,19 +515,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -510,19 +510,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -508,19 +508,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
@ -509,19 +509,13 @@
|
|||||||
//#define LCD_SET_PROGRESS_MANUALLY
|
//#define LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT) || ENABLED(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 // Show a progress bar on HD44780 LCDs for SD printing
|
||||||
//#define LCD_PROGRESS_BAR
|
|
||||||
#if ENABLED(LCD_PROGRESS_BAR)
|
#if ENABLED(LCD_PROGRESS_BAR)
|
||||||
// Amount of time (ms) to show the bar
|
#define PROGRESS_BAR_BAR_TIME 2000 // (ms) Amount of time to show the bar
|
||||||
#define PROGRESS_BAR_BAR_TIME 2000
|
#define PROGRESS_BAR_MSG_TIME 3000 // (ms) Amount of time to show the status message
|
||||||
// Amount of time (ms) to show the status message
|
#define PROGRESS_MSG_EXPIRE 0 // (ms) Amount of time to retain the status message (0=forever)
|
||||||
#define PROGRESS_BAR_MSG_TIME 3000
|
//#define PROGRESS_MSG_ONCE // Show the message for MSG_TIME then clear it
|
||||||
// Amount of time (ms) to retain the status message (0=forever)
|
//#define LCD_PROGRESS_BAR_TEST // Add a menu item to test the progress bar
|
||||||
#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
|
||||||
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
#endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user