ソースを参照

Prettify LCD_PROGRESS_BAR options

Scott Lahteine 6年前
コミット
b8485528b2
44個のファイルの変更264行の追加528行の削除
  1. 6
    12
      Marlin/Configuration_adv.h
  2. 6
    12
      Marlin/src/config/default/Configuration_adv.h
  3. 6
    12
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 6
    12
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 6
    12
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 6
    12
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 6
    12
      Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h
  8. 6
    12
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  9. 6
    12
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  10. 6
    12
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  11. 6
    12
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  12. 6
    12
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  13. 6
    12
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  14. 6
    12
      Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h
  15. 6
    12
      Marlin/src/config/examples/Creality/Ender/Configuration_adv.h
  16. 6
    12
      Marlin/src/config/examples/Felix/Configuration_adv.h
  17. 6
    12
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  18. 6
    12
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  19. 6
    12
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  20. 6
    12
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  21. 6
    12
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  22. 6
    12
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  23. 6
    12
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  24. 6
    12
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  25. 6
    12
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  26. 6
    12
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  27. 6
    12
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  28. 6
    12
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  29. 6
    12
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  30. 6
    12
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  31. 6
    12
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  32. 6
    12
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  33. 6
    12
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  34. 6
    12
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  35. 6
    12
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  36. 6
    12
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  37. 6
    12
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  38. 6
    12
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  39. 6
    12
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  40. 6
    12
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  41. 6
    12
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  42. 6
    12
      Marlin/src/config/examples/makibox/Configuration_adv.h
  43. 6
    12
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  44. 6
    12
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 6
- 12
Marlin/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/default/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Anet/A6/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Anet/A8/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h ファイルの表示

@@ -509,19 +509,13 @@
509 509
 //#define LCD_SET_PROGRESS_MANUALLY
510 510
 
511 511
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
512
-  // Show a progress bar on HD44780 LCDs for SD printing
513
-  //#define LCD_PROGRESS_BAR
512
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
514 513
   #if ENABLED(LCD_PROGRESS_BAR)
515
-    // Amount of time (ms) to show the bar
516
-    #define PROGRESS_BAR_BAR_TIME 2000
517
-    // Amount of time (ms) to show the status message
518
-    #define PROGRESS_BAR_MSG_TIME 3000
519
-    // Amount of time (ms) to retain the status message (0=forever)
520
-    #define PROGRESS_MSG_EXPIRE   0
521
-    // Enable this to show messages for MSG_TIME then hide them
522
-    //#define PROGRESS_MSG_ONCE
523
-    // Add a menu item to test the progress bar:
524
-    //#define LCD_PROGRESS_BAR_TEST
514
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
515
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
516
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
517
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
518
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
525 519
   #endif
526 520
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
527 521
 

+ 6
- 12
Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Cartesio/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h ファイルの表示

@@ -497,19 +497,13 @@
497 497
 //#define LCD_SET_PROGRESS_MANUALLY
498 498
 
499 499
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
500
-  // Show a progress bar on HD44780 LCDs for SD printing
501
-  //#define LCD_PROGRESS_BAR
500
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
502 501
   #if ENABLED(LCD_PROGRESS_BAR)
503
-    // Amount of time (ms) to show the bar
504
-    #define PROGRESS_BAR_BAR_TIME 2000
505
-    // Amount of time (ms) to show the status message
506
-    #define PROGRESS_BAR_MSG_TIME 3000
507
-    // Amount of time (ms) to retain the status message (0=forever)
508
-    #define PROGRESS_MSG_EXPIRE   0
509
-    // Enable this to show messages for MSG_TIME then hide them
510
-    //#define PROGRESS_MSG_ONCE
511
-    // Add a menu item to test the progress bar:
512
-    //#define LCD_PROGRESS_BAR_TEST
502
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
503
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
504
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
505
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
506
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
513 507
   #endif
514 508
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
515 509
 

+ 6
- 12
Marlin/src/config/examples/Creality/Ender/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Felix/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  #define LCD_PROGRESS_BAR
511
+  #define LCD_PROGRESS_BAR                // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/MakerParts/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h ファイルの表示

@@ -509,19 +509,13 @@
509 509
 //#define LCD_SET_PROGRESS_MANUALLY
510 510
 
511 511
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
512
-  // Show a progress bar on HD44780 LCDs for SD printing
513
-  //#define LCD_PROGRESS_BAR
512
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
514 513
   #if ENABLED(LCD_PROGRESS_BAR)
515
-    // Amount of time (ms) to show the bar
516
-    #define PROGRESS_BAR_BAR_TIME 2000
517
-    // Amount of time (ms) to show the status message
518
-    #define PROGRESS_BAR_MSG_TIME 3000
519
-    // Amount of time (ms) to retain the status message (0=forever)
520
-    #define PROGRESS_MSG_EXPIRE   0
521
-    // Enable this to show messages for MSG_TIME then hide them
522
-    //#define PROGRESS_MSG_ONCE
523
-    // Add a menu item to test the progress bar:
524
-    //#define LCD_PROGRESS_BAR_TEST
514
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
515
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
516
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
517
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
518
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
525 519
   #endif
526 520
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
527 521
 

+ 6
- 12
Marlin/src/config/examples/RigidBot/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/SCARA/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/TheBorg/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h ファイルの表示

@@ -521,19 +521,13 @@
521 521
 //#define LCD_SET_PROGRESS_MANUALLY
522 522
 
523 523
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
524
-  // Show a progress bar on HD44780 LCDs for SD printing
525
-  #define LCD_PROGRESS_BAR
524
+  #define LCD_PROGRESS_BAR                // Show a progress bar on HD44780 LCDs for SD printing
526 525
   #if ENABLED(LCD_PROGRESS_BAR)
527
-    // Amount of time (ms) to show the bar
528
-    #define PROGRESS_BAR_BAR_TIME 2000
529
-    // Amount of time (ms) to show the status message
530
-    #define PROGRESS_BAR_MSG_TIME 3000
531
-    // Amount of time (ms) to retain the status message (0=forever)
532
-    #define PROGRESS_MSG_EXPIRE   0
533
-    // Enable this to show messages for MSG_TIME then hide them
534
-    //#define PROGRESS_MSG_ONCE
535
-    // Add a menu item to test the progress bar:
536
-    //#define LCD_PROGRESS_BAR_TEST
526
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
527
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
528
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
529
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
530
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
537 531
   #endif
538 532
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
539 533
 

+ 6
- 12
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h ファイルの表示

@@ -510,19 +510,13 @@
510 510
 //#define LCD_SET_PROGRESS_MANUALLY
511 511
 
512 512
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
513
-  // Show a progress bar on HD44780 LCDs for SD printing
514
-  //#define LCD_PROGRESS_BAR
513
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
515 514
   #if ENABLED(LCD_PROGRESS_BAR)
516
-    // Amount of time (ms) to show the bar
517
-    #define PROGRESS_BAR_BAR_TIME 2000
518
-    // Amount of time (ms) to show the status message
519
-    #define PROGRESS_BAR_MSG_TIME 3000
520
-    // Amount of time (ms) to retain the status message (0=forever)
521
-    #define PROGRESS_MSG_EXPIRE   0
522
-    // Enable this to show messages for MSG_TIME then hide them
523
-    //#define PROGRESS_MSG_ONCE
524
-    // Add a menu item to test the progress bar:
525
-    //#define LCD_PROGRESS_BAR_TEST
515
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
516
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
517
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
518
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
519
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
526 520
   #endif
527 521
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
528 522
 

+ 6
- 12
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h ファイルの表示

@@ -510,19 +510,13 @@
510 510
 //#define LCD_SET_PROGRESS_MANUALLY
511 511
 
512 512
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
513
-  // Show a progress bar on HD44780 LCDs for SD printing
514
-  //#define LCD_PROGRESS_BAR
513
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
515 514
   #if ENABLED(LCD_PROGRESS_BAR)
516
-    // Amount of time (ms) to show the bar
517
-    #define PROGRESS_BAR_BAR_TIME 2000
518
-    // Amount of time (ms) to show the status message
519
-    #define PROGRESS_BAR_MSG_TIME 3000
520
-    // Amount of time (ms) to retain the status message (0=forever)
521
-    #define PROGRESS_MSG_EXPIRE   0
522
-    // Enable this to show messages for MSG_TIME then hide them
523
-    //#define PROGRESS_MSG_ONCE
524
-    // Add a menu item to test the progress bar:
525
-    //#define LCD_PROGRESS_BAR_TEST
515
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
516
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
517
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
518
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
519
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
526 520
   #endif
527 521
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
528 522
 

+ 6
- 12
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h ファイルの表示

@@ -510,19 +510,13 @@
510 510
 //#define LCD_SET_PROGRESS_MANUALLY
511 511
 
512 512
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
513
-  // Show a progress bar on HD44780 LCDs for SD printing
514
-  //#define LCD_PROGRESS_BAR
513
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
515 514
   #if ENABLED(LCD_PROGRESS_BAR)
516
-    // Amount of time (ms) to show the bar
517
-    #define PROGRESS_BAR_BAR_TIME 2000
518
-    // Amount of time (ms) to show the status message
519
-    #define PROGRESS_BAR_MSG_TIME 3000
520
-    // Amount of time (ms) to retain the status message (0=forever)
521
-    #define PROGRESS_MSG_EXPIRE   0
522
-    // Enable this to show messages for MSG_TIME then hide them
523
-    //#define PROGRESS_MSG_ONCE
524
-    // Add a menu item to test the progress bar:
525
-    //#define LCD_PROGRESS_BAR_TEST
515
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
516
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
517
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
518
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
519
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
526 520
   #endif
527 521
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
528 522
 

+ 6
- 12
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h ファイルの表示

@@ -510,19 +510,13 @@
510 510
 //#define LCD_SET_PROGRESS_MANUALLY
511 511
 
512 512
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
513
-  // Show a progress bar on HD44780 LCDs for SD printing
514
-  //#define LCD_PROGRESS_BAR
513
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
515 514
   #if ENABLED(LCD_PROGRESS_BAR)
516
-    // Amount of time (ms) to show the bar
517
-    #define PROGRESS_BAR_BAR_TIME 2000
518
-    // Amount of time (ms) to show the status message
519
-    #define PROGRESS_BAR_MSG_TIME 3000
520
-    // Amount of time (ms) to retain the status message (0=forever)
521
-    #define PROGRESS_MSG_EXPIRE   0
522
-    // Enable this to show messages for MSG_TIME then hide them
523
-    //#define PROGRESS_MSG_ONCE
524
-    // Add a menu item to test the progress bar:
525
-    //#define LCD_PROGRESS_BAR_TEST
515
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
516
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
517
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
518
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
519
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
526 520
   #endif
527 521
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
528 522
 

+ 6
- 12
Marlin/src/config/examples/delta/generic/Configuration_adv.h ファイルの表示

@@ -510,19 +510,13 @@
510 510
 //#define LCD_SET_PROGRESS_MANUALLY
511 511
 
512 512
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
513
-  // Show a progress bar on HD44780 LCDs for SD printing
514
-  //#define LCD_PROGRESS_BAR
513
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
515 514
   #if ENABLED(LCD_PROGRESS_BAR)
516
-    // Amount of time (ms) to show the bar
517
-    #define PROGRESS_BAR_BAR_TIME 2000
518
-    // Amount of time (ms) to show the status message
519
-    #define PROGRESS_BAR_MSG_TIME 3000
520
-    // Amount of time (ms) to retain the status message (0=forever)
521
-    #define PROGRESS_MSG_EXPIRE   0
522
-    // Enable this to show messages for MSG_TIME then hide them
523
-    //#define PROGRESS_MSG_ONCE
524
-    // Add a menu item to test the progress bar:
525
-    //#define LCD_PROGRESS_BAR_TEST
515
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
516
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
517
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
518
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
519
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
526 520
   #endif
527 521
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
528 522
 

+ 6
- 12
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h ファイルの表示

@@ -510,19 +510,13 @@
510 510
 //#define LCD_SET_PROGRESS_MANUALLY
511 511
 
512 512
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
513
-  // Show a progress bar on HD44780 LCDs for SD printing
514
-  //#define LCD_PROGRESS_BAR
513
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
515 514
   #if ENABLED(LCD_PROGRESS_BAR)
516
-    // Amount of time (ms) to show the bar
517
-    #define PROGRESS_BAR_BAR_TIME 2000
518
-    // Amount of time (ms) to show the status message
519
-    #define PROGRESS_BAR_MSG_TIME 3000
520
-    // Amount of time (ms) to retain the status message (0=forever)
521
-    #define PROGRESS_MSG_EXPIRE   0
522
-    // Enable this to show messages for MSG_TIME then hide them
523
-    //#define PROGRESS_MSG_ONCE
524
-    // Add a menu item to test the progress bar:
525
-    //#define LCD_PROGRESS_BAR_TEST
515
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
516
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
517
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
518
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
519
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
526 520
   #endif
527 521
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
528 522
 

+ 6
- 12
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h ファイルの表示

@@ -515,19 +515,13 @@
515 515
 //#define LCD_SET_PROGRESS_MANUALLY
516 516
 
517 517
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
518
-  // Show a progress bar on HD44780 LCDs for SD printing
519
-  //#define LCD_PROGRESS_BAR
518
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
520 519
   #if ENABLED(LCD_PROGRESS_BAR)
521
-    // Amount of time (ms) to show the bar
522
-    #define PROGRESS_BAR_BAR_TIME 2000
523
-    // Amount of time (ms) to show the status message
524
-    #define PROGRESS_BAR_MSG_TIME 3000
525
-    // Amount of time (ms) to retain the status message (0=forever)
526
-    #define PROGRESS_MSG_EXPIRE   0
527
-    // Enable this to show messages for MSG_TIME then hide them
528
-    //#define PROGRESS_MSG_ONCE
529
-    // Add a menu item to test the progress bar:
530
-    //#define LCD_PROGRESS_BAR_TEST
520
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
521
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
522
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
523
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
524
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
531 525
   #endif
532 526
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
533 527
 

+ 6
- 12
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h ファイルの表示

@@ -510,19 +510,13 @@
510 510
 //#define LCD_SET_PROGRESS_MANUALLY
511 511
 
512 512
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
513
-  // Show a progress bar on HD44780 LCDs for SD printing
514
-  //#define LCD_PROGRESS_BAR
513
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
515 514
   #if ENABLED(LCD_PROGRESS_BAR)
516
-    // Amount of time (ms) to show the bar
517
-    #define PROGRESS_BAR_BAR_TIME 2000
518
-    // Amount of time (ms) to show the status message
519
-    #define PROGRESS_BAR_MSG_TIME 3000
520
-    // Amount of time (ms) to retain the status message (0=forever)
521
-    #define PROGRESS_MSG_EXPIRE   0
522
-    // Enable this to show messages for MSG_TIME then hide them
523
-    //#define PROGRESS_MSG_ONCE
524
-    // Add a menu item to test the progress bar:
525
-    //#define LCD_PROGRESS_BAR_TEST
515
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
516
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
517
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
518
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
519
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
526 520
   #endif
527 521
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
528 522
 

+ 6
- 12
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/makibox/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h ファイルの表示

@@ -508,19 +508,13 @@
508 508
 //#define LCD_SET_PROGRESS_MANUALLY
509 509
 
510 510
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
511
-  // Show a progress bar on HD44780 LCDs for SD printing
512
-  //#define LCD_PROGRESS_BAR
511
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
513 512
   #if ENABLED(LCD_PROGRESS_BAR)
514
-    // Amount of time (ms) to show the bar
515
-    #define PROGRESS_BAR_BAR_TIME 2000
516
-    // Amount of time (ms) to show the status message
517
-    #define PROGRESS_BAR_MSG_TIME 3000
518
-    // Amount of time (ms) to retain the status message (0=forever)
519
-    #define PROGRESS_MSG_EXPIRE   0
520
-    // Enable this to show messages for MSG_TIME then hide them
521
-    //#define PROGRESS_MSG_ONCE
522
-    // Add a menu item to test the progress bar:
523
-    //#define LCD_PROGRESS_BAR_TEST
513
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
514
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
515
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
516
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
517
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
524 518
   #endif
525 519
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
526 520
 

+ 6
- 12
Marlin/src/config/examples/wt150/Configuration_adv.h ファイルの表示

@@ -509,19 +509,13 @@
509 509
 //#define LCD_SET_PROGRESS_MANUALLY
510 510
 
511 511
 #if ENABLED(SDSUPPORT) || ENABLED(LCD_SET_PROGRESS_MANUALLY)
512
-  // Show a progress bar on HD44780 LCDs for SD printing
513
-  //#define LCD_PROGRESS_BAR
512
+  //#define LCD_PROGRESS_BAR              // Show a progress bar on HD44780 LCDs for SD printing
514 513
   #if ENABLED(LCD_PROGRESS_BAR)
515
-    // Amount of time (ms) to show the bar
516
-    #define PROGRESS_BAR_BAR_TIME 2000
517
-    // Amount of time (ms) to show the status message
518
-    #define PROGRESS_BAR_MSG_TIME 3000
519
-    // Amount of time (ms) to retain the status message (0=forever)
520
-    #define PROGRESS_MSG_EXPIRE   0
521
-    // Enable this to show messages for MSG_TIME then hide them
522
-    //#define PROGRESS_MSG_ONCE
523
-    // Add a menu item to test the progress bar:
524
-    //#define LCD_PROGRESS_BAR_TEST
514
+    #define PROGRESS_BAR_BAR_TIME 2000    // (ms) Amount of time to show the bar
515
+    #define PROGRESS_BAR_MSG_TIME 3000    // (ms) Amount of time to show the status message
516
+    #define PROGRESS_MSG_EXPIRE   0       // (ms) Amount of time to retain the status message (0=forever)
517
+    //#define PROGRESS_MSG_ONCE           // Show the message for MSG_TIME then clear it
518
+    //#define LCD_PROGRESS_BAR_TEST       // Add a menu item to test the progress bar
525 519
   #endif
526 520
 #endif // SDSUPPORT || LCD_SET_PROGRESS_MANUALLY
527 521
 

読み込み中…
キャンセル
保存