Browse Source

LCD conditionals in configurations

pull/1/head
Scott Lahteine 6 years ago
parent
commit
182b1405d9
  1. 2
      Marlin/Configuration_adv.h
  2. 2
      Marlin/src/config/default/Configuration_adv.h
  3. 2
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 2
      Marlin/src/config/examples/Anet/A2/Configuration_adv.h
  5. 2
      Marlin/src/config/examples/Anet/A2plus/Configuration_adv.h
  6. 2
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  7. 2
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  8. 2
      Marlin/src/config/examples/ArmEd/Configuration_adv.h
  9. 2
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h
  10. 2
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h
  11. 2
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  12. 2
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  13. 2
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  14. 2
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  15. 2
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  16. 2
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  17. 2
      Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h
  18. 2
      Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h
  19. 2
      Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h
  20. 2
      Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h
  21. 2
      Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h
  22. 2
      Marlin/src/config/examples/Einstart-S/Configuration_adv.h
  23. 2
      Marlin/src/config/examples/Felix/Configuration_adv.h
  24. 2
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  25. 2
      Marlin/src/config/examples/Formbot/Raptor/Configuration_adv.h
  26. 2
      Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration_adv.h
  27. 2
      Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h
  28. 2
      Marlin/src/config/examples/Geeetech/MeCreator2/Configuration_adv.h
  29. 2
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h
  30. 2
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h
  31. 2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  32. 2
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  33. 2
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  34. 2
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  35. 2
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  36. 2
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  37. 2
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  38. 2
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  39. 2
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  40. 2
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  41. 2
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  42. 2
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  43. 2
      Marlin/src/config/examples/Tronxy/X3A/Configuration_adv.h
  44. 2
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  45. 2
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  46. 2
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  47. 2
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  48. 2
      Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration_adv.h
  49. 2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  50. 2
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  51. 2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  52. 2
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  53. 2
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  54. 2
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  55. 2
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  56. 2
      Marlin/src/config/examples/makibox/Configuration_adv.h
  57. 2
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  58. 2
      Marlin/src/config/examples/wt150/Configuration_adv.h
  59. 8
      Marlin/src/inc/SanityCheck.h

2
Marlin/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/default/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Anet/A2/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Anet/A2plus/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Anet/A6/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Anet/A8/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/ArmEd/Configuration_adv.h

@ -731,7 +731,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h

@ -746,7 +746,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Cartesio/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Einstart-S/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Felix/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Formbot/Raptor/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration_adv.h

@ -742,7 +742,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Formbot/T_Rex_3/Configuration_adv.h

@ -743,7 +743,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Geeetech/MeCreator2/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/MakerParts/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h

@ -739,7 +739,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/RigidBot/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/SCARA/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/TheBorg/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Tronxy/X3A/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h

@ -751,7 +751,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/delta/generic/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h

@ -740,7 +740,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/makibox/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h

@ -738,7 +738,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

2
Marlin/src/config/examples/wt150/Configuration_adv.h

@ -739,7 +739,7 @@
* controller events, as there is a trade-off between reliable
* printing performance versus fast display updates.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
// Show SD percentage next to the progress bar
//#define DOGM_SD_PERCENT

8
Marlin/src/inc/SanityCheck.h

@ -458,7 +458,7 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
* LCD Info Screen Style
*/
#if LCD_INFO_SCREEN_STYLE > 0
#if ENABLED(DOGLCD) || LCD_WIDTH < 20 || LCD_HEIGHT < 4
#if HAS_GRAPHICAL_LCD || LCD_WIDTH < 20 || LCD_HEIGHT < 4
#error "Alternative LCD_INFO_SCREEN_STYLE requires 20x4 Character LCD."
#elif LCD_INFO_SCREEN_STYLE > 1
#error "LCD_INFO_SCREEN_STYLE only has options 0 and 1 at this time."
@ -471,14 +471,14 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
#if ENABLED(LCD_PROGRESS_BAR)
#if DISABLED(SDSUPPORT) && DISABLED(LCD_SET_PROGRESS_MANUALLY)
#error "LCD_PROGRESS_BAR requires SDSUPPORT or LCD_SET_PROGRESS_MANUALLY."
#elif DISABLED(ULTRA_LCD)
#elif !HAS_CHARACTER_LCD
#error "LCD_PROGRESS_BAR requires a character LCD."
#elif ENABLED(DOGLCD)
#elif HAS_GRAPHICAL_LCD
#error "LCD_PROGRESS_BAR does not apply to graphical displays."
#elif ENABLED(FILAMENT_LCD_DISPLAY)
#error "LCD_PROGRESS_BAR and FILAMENT_LCD_DISPLAY are not fully compatible. Comment out this line to use both."
#endif
#elif ENABLED(LCD_SET_PROGRESS_MANUALLY) && DISABLED(DOGLCD)
#elif ENABLED(LCD_SET_PROGRESS_MANUALLY) && !HAS_GRAPHICAL_LCD
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR or Graphical LCD."
#endif

Loading…
Cancel
Save