Browse Source

Apply SLIM_LCD_MENUS to example configs

Scott Lahteine 6 years ago
parent
commit
10edb469bb
36 changed files with 108 additions and 0 deletions
  1. 3
    0
      Marlin/src/config/default/Configuration_adv.h
  2. 3
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  3. 3
    0
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  4. 3
    0
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  5. 3
    0
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  6. 3
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  7. 3
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  8. 3
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  9. 3
    0
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  10. 3
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  11. 3
    0
      Marlin/src/config/examples/Felix/Configuration_adv.h
  12. 3
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  13. 3
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  14. 3
    0
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  15. 3
    0
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  16. 3
    0
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  17. 3
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  18. 3
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  19. 3
    0
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  20. 3
    0
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  21. 3
    0
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  22. 3
    0
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  23. 3
    0
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  24. 3
    0
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  25. 3
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  26. 3
    0
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  27. 3
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  28. 3
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  29. 3
    0
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  30. 3
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  31. 3
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  32. 3
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  33. 3
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  34. 3
    0
      Marlin/src/config/examples/makibox/Configuration_adv.h
  35. 3
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  36. 3
    0
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 3
- 0
Marlin/src/config/default/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h View File

@@ -474,6 +474,9 @@
474 474
 // Include a page of printer information in the LCD Main Menu
475 475
 //#define LCD_INFO_MENU
476 476
 
477
+// Leave out seldom-used LCD menu items to recover some Program Memory
478
+//#define SLIM_LCD_MENUS
479
+
477 480
 // Scroll a longer status message into view
478 481
 //#define STATUS_MESSAGE_SCROLLING
479 482
 

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 #define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 #define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 #define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Felix/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/MakerParts/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 #define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 #define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h View File

@@ -474,6 +474,9 @@
474 474
 // Include a page of printer information in the LCD Main Menu
475 475
 //#define LCD_INFO_MENU
476 476
 
477
+// Leave out seldom-used LCD menu items to recover some Program Memory
478
+//#define SLIM_LCD_MENUS
479
+
477 480
 // Scroll a longer status message into view
478 481
 //#define STATUS_MESSAGE_SCROLLING
479 482
 

+ 3
- 0
Marlin/src/config/examples/RigidBot/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

@@ -462,6 +462,9 @@
462 462
 // Include a page of printer information in the LCD Main Menu
463 463
 //#define LCD_INFO_MENU
464 464
 
465
+// Leave out seldom-used LCD menu items to recover some Program Memory
466
+//#define SLIM_LCD_MENUS
467
+
465 468
 // Scroll a longer status message into view
466 469
 //#define STATUS_MESSAGE_SCROLLING
467 470
 

+ 3
- 0
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 #define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

@@ -486,6 +486,9 @@
486 486
 // Include a page of printer information in the LCD Main Menu
487 487
 //#define LCD_INFO_MENU
488 488
 
489
+// Leave out seldom-used LCD menu items to recover some Program Memory
490
+//#define SLIM_LCD_MENUS
491
+
489 492
 // Scroll a longer status message into view
490 493
 //#define STATUS_MESSAGE_SCROLLING
491 494
 

+ 3
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

@@ -474,6 +474,9 @@
474 474
 // Include a page of printer information in the LCD Main Menu
475 475
 //#define LCD_INFO_MENU
476 476
 
477
+// Leave out seldom-used LCD menu items to recover some Program Memory
478
+//#define SLIM_LCD_MENUS
479
+
477 480
 // Scroll a longer status message into view
478 481
 //#define STATUS_MESSAGE_SCROLLING
479 482
 

+ 3
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

@@ -475,6 +475,9 @@
475 475
 // Include a page of printer information in the LCD Main Menu
476 476
 #define LCD_INFO_MENU
477 477
 
478
+// Leave out seldom-used LCD menu items to recover some Program Memory
479
+//#define SLIM_LCD_MENUS
480
+
478 481
 // Scroll a longer status message into view
479 482
 //#define STATUS_MESSAGE_SCROLLING
480 483
 

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -475,6 +475,9 @@
475 475
 // Include a page of printer information in the LCD Main Menu
476 476
 //#define LCD_INFO_MENU
477 477
 
478
+// Leave out seldom-used LCD menu items to recover some Program Memory
479
+//#define SLIM_LCD_MENUS
480
+
478 481
 // Scroll a longer status message into view
479 482
 //#define STATUS_MESSAGE_SCROLLING
480 483
 

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -475,6 +475,9 @@
475 475
 // Include a page of printer information in the LCD Main Menu
476 476
 //#define LCD_INFO_MENU
477 477
 
478
+// Leave out seldom-used LCD menu items to recover some Program Memory
479
+//#define SLIM_LCD_MENUS
480
+
478 481
 // Scroll a longer status message into view
479 482
 //#define STATUS_MESSAGE_SCROLLING
480 483
 

+ 3
- 0
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

@@ -475,6 +475,9 @@
475 475
 // Include a page of printer information in the LCD Main Menu
476 476
 //#define LCD_INFO_MENU
477 477
 
478
+// Leave out seldom-used LCD menu items to recover some Program Memory
479
+//#define SLIM_LCD_MENUS
480
+
478 481
 // Scroll a longer status message into view
479 482
 //#define STATUS_MESSAGE_SCROLLING
480 483
 

+ 3
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

@@ -475,6 +475,9 @@
475 475
 // Include a page of printer information in the LCD Main Menu
476 476
 //#define LCD_INFO_MENU
477 477
 
478
+// Leave out seldom-used LCD menu items to recover some Program Memory
479
+//#define SLIM_LCD_MENUS
480
+
478 481
 // Scroll a longer status message into view
479 482
 //#define STATUS_MESSAGE_SCROLLING
480 483
 

+ 3
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

@@ -480,6 +480,9 @@
480 480
 // Include a page of printer information in the LCD Main Menu
481 481
 //#define LCD_INFO_MENU
482 482
 
483
+// Leave out seldom-used LCD menu items to recover some Program Memory
484
+//#define SLIM_LCD_MENUS
485
+
483 486
 // Scroll a longer status message into view
484 487
 //#define STATUS_MESSAGE_SCROLLING
485 488
 

+ 3
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

@@ -475,6 +475,9 @@
475 475
 // Include a page of printer information in the LCD Main Menu
476 476
 //#define LCD_INFO_MENU
477 477
 
478
+// Leave out seldom-used LCD menu items to recover some Program Memory
479
+//#define SLIM_LCD_MENUS
480
+
478 481
 // Scroll a longer status message into view
479 482
 //#define STATUS_MESSAGE_SCROLLING
480 483
 

+ 3
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/makibox/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

@@ -473,6 +473,9 @@
473 473
 // Include a page of printer information in the LCD Main Menu
474 474
 //#define LCD_INFO_MENU
475 475
 
476
+// Leave out seldom-used LCD menu items to recover some Program Memory
477
+//#define SLIM_LCD_MENUS
478
+
476 479
 // Scroll a longer status message into view
477 480
 //#define STATUS_MESSAGE_SCROLLING
478 481
 

+ 3
- 0
Marlin/src/config/examples/wt150/Configuration_adv.h View File

@@ -474,6 +474,9 @@
474 474
 // Include a page of printer information in the LCD Main Menu
475 475
 #define LCD_INFO_MENU
476 476
 
477
+// Leave out seldom-used LCD menu items to recover some Program Memory
478
+//#define SLIM_LCD_MENUS
479
+
477 480
 // Scroll a longer status message into view
478 481
 //#define STATUS_MESSAGE_SCROLLING
479 482
 

Loading…
Cancel
Save