25 Commits (d82c350de741b6f20a3d4860c9cdc30dae20f746)

Author SHA1 Message Date
Scott Lahteine d82c350de7
Miscellaneous LCD code renaming, reordering (#12430)
* Move special characters to language.h
* Apply some naming standards
* Clean up menu item draw functions
* Rename some Temperature methods
* UI => ExtUI
7 years ago
AnHardt be6271767f Fix BABYSTEP_ZPROBE_OFFSET (#12408)
Fix #12399

Did not compile without  `WATCH_HOTENDS || WATCH_THE_BED`.
Add condition to include "../../module/temperature.h".
7 years ago
Scott Lahteine a0c795b097
Encapsulate common display code in a singleton (#12395)
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
  - Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
7 years ago
Scott Lahteine e574f01568
More advanced pause tweaks (#12356)
* Followup to LCD_TIMEOUT_TO_STATUS=0
* Make continuous purge screen fit 20x4
* Unify purge message modes
* Preserve last-set pause header mode
7 years ago
Marcio Teixeira 8517d5f915 LCD menu code refactoring and cleanup (#12308) 7 years ago
Scott Lahteine 3583e2b449
Followup to Menu Refactor (#12275) 7 years ago
Scott Lahteine b063b1b722 Reorganize includes and declarations 7 years ago
Scott Lahteine 43cf913048 Move SD Card Menu to its own file 7 years ago
Scott Lahteine 0161d3f733 Move Custom User Menu to its own file 7 years ago
Scott Lahteine 3b0d2330b6 Move Delta Calibrate Menu to its own file 7 years ago
Scott Lahteine 6896847210 Move LED Menu to its own file 7 years ago
Scott Lahteine 9cd5471202 Move Job Recovery Menu to its own file 7 years ago
Scott Lahteine 9f11e0284c Move Filament Change Menu to its own file 7 years ago
Scott Lahteine d87ab3ed20 Move Advanced Settings Menu to its own file 7 years ago
Scott Lahteine 587a64d80c Move Bed Leveling Menu to its own file 7 years ago
Scott Lahteine 96f313fb41 Move Info Menu to its own file 7 years ago
Scott Lahteine 423ab029b2 Move Temperature Menu to its own file 7 years ago
Scott Lahteine 489017995e Move UBL Menu to its own file 7 years ago
Scott Lahteine a489c9fa52 Move Motion Menu to its own file 7 years ago
Scott Lahteine 3a9ad9f2b1 Move Configuration Menu to its own file 7 years ago
Scott Lahteine 143d4ec043 Move Tune Menu to its own file 7 years ago
Scott Lahteine 829effc1fe Move Main Menu to its own file 7 years ago
Scott Lahteine 774a6e8199 Drop TALL_FONT_CORRECTION 7 years ago
Scott Lahteine c825c419d4 Convert DOGM / HD44780 impl to CPP files 7 years ago
Scott Lahteine 2bf18950ab Refactor LCD menus 7 years ago