Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
il y a 6 ans
Scott Lahteine
651f3eeed0
Clean up trailing whitespace
il y a 6 ans
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config (#14131 )
Plus other BLTouch and menu enhancements.
il y a 6 ans
InsanityAutomation
f889cc6ea6
ExtUI parity with SPI LCDs (#14172 )
il y a 6 ans
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
il y a 6 ans
Scott Lahteine
23ec650410
Consolidate Malyan LCD and ExtUI
il y a 6 ans
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
il y a 6 ans
Scott Lahteine
321a5e6580
Fix SD card reselect when scrolled (#13624 )
- Change encoder position to 16-bit integer.
- Fix `SD_REPRINT_LAST_SELECTED_FILE` when the screen is scrolled.
il y a 6 ans
Scott Lahteine
9abe9aff56
Confirm before starting SD print (#13616 )
il y a 6 ans
Scott Lahteine
7e0008f5b3
Fix SETCURSOR_RJ
il y a 6 ans
Scott Lahteine
10b9632bed
Fix menu history item selection
il y a 6 ans
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
il y a 6 ans
Scott Lahteine
58bca67883
Unify status scrolling further
il y a 6 ans
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
il y a 6 ans
Ludy
59353546e8
Fix BUTTON_EXISTS and misplaced comma (#13411 )
Fixes #13410 and redeclaration of `BUTTON_EXISTS`
il y a 6 ans
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
il y a 6 ans
7eggert
10c8c034bd
Allow both encoder and ADC keypad (#13355 )
il y a 6 ans
Scott Lahteine
0feeef2604
Update copyright in headers
il y a 6 ans
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
il y a 6 ans
Marcio Teixeira
902d5b0f8b
Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628 )
il y a 6 ans
Scott Lahteine
fd2998efd5
Revert ADC_KEYPAD direction behavior (#12508 )
il y a 6 ans
Scott Lahteine
c5642a894f
Fix ADC_KEYPAD middle button (#12493 )
il y a 6 ans
Scott Lahteine
817a37169a
Apply/unapply const here and there
il y a 6 ans
Ludy
1f93d2bcf7
Fix LCD compile error, etc. (#12472 )
il y a 6 ans
Scott Lahteine
826d570162
Combine Travis CI option-setting commands (#12474 )
il y a 6 ans
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
il y a 6 ans
Ludy
93e958f695
Fix compile error with ZONESTAR_LCD+NO_LCD_MENUS (#12466 )
il y a 6 ans
Scott Lahteine
3e9ffaddb6
Consolidate, optimize some LCD menu code (#12450 )
il y a 6 ans
Scott Lahteine
f4c128ecaa
Move RRW keypad code to a common method (#12429 )
il y a 6 ans
Scott Lahteine
54ec5528a0
hasstatus => has_status
il y a 6 ans
Scott Lahteine
0ee1a92971
Group status methods, share reset_status with Extensible UI (#12414 )
* Group status methods, share reset_status with Extensible UI
* Move common DOGM code to headers
il y a 6 ans
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.
il y a 6 ans
Scott Lahteine
6093df11dc
Allow G26 to use the active extruder (#12387 )
* Make lcd_quick_feedback argument optional
* Add click_to_cancel option to wait_for_hotend/bed
* Have G26 use the active nozzle and wait_for_hotend/bed
* Use wait_for_release in UBL G29
* Add 'T' parameter to G26 for an initial tool-change
il y a 6 ans
Scott Lahteine
4ed6397e5d
More comprehensive NO_LCD_MENUS (#12367 )
il y a 6 ans
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
il y a 6 ans
Marcio Teixeira
8517d5f915
LCD menu code refactoring and cleanup (#12308 )
il y a 6 ans
Scott Lahteine
44fa7fb18c
Cleanups for leveling-related code
il y a 6 ans
Ludy
5ba6607181
Fix keypad-related compile error (#12306 )
il y a 6 ans
Scott Lahteine
eb5600acd2
Add parentheses to LCD_CLICKED
il y a 6 ans
N95JPL
b780b69c62
Use font ascent and descent for line positioning (#12224 )
il y a 6 ans
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
il y a 6 ans
Scott Lahteine
a489c9fa52
Move Motion Menu to its own file
il y a 6 ans
Scott Lahteine
a964f098b3
Make dogm status screen a CPP
il y a 6 ans
Scott Lahteine
774a6e8199
Drop TALL_FONT_CORRECTION
il y a 6 ans
Scott Lahteine
c825c419d4
Convert DOGM / HD44780 impl to CPP files
il y a 6 ans
Scott Lahteine
2bf18950ab
Refactor LCD menus
il y a 6 ans
Scott Lahteine
bf9dd4f4cf
Add helpers for custom text in menu items (#12214 )
For some features it can be useful to write custom text in a menu item. This commit provides helpers to make this easier.
il y a 6 ans
Marcio Teixeira
fc31da1114
Implement custom delay/millis for EXTENSIBLE_UI (#12188 )
il y a 6 ans
TheSFReader
1fb9b299d4
Add M524 to abort SD printing (#12155 )
il y a 6 ans
Marcio Teixeira
906a24fa81
Extensible user interface API (#11193 )
il y a 6 ans