Scott Lahteine
832321f55d
Fix games menu back item, titles
5 years ago
Tanguy Pruvot
ab61c09bff
Improve touch buttons behavior ( #16109 )
5 years ago
Scott Lahteine
0be9fdb455
Move single-use to lambdas
5 years ago
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes ( #15760 )
5 years ago
Scott Lahteine
ca6d00b862
Save some string flash
5 years ago
Scott Lahteine
23d21dd81c
Tweak lambdas
5 years ago
Scott Lahteine
af214ff121
Fix up PSU_CONTROL checks
5 years ago
Antti Andreimann
40de135d4d
Fix CUSTOM_USER_MENU_TITLE non-translated string ( #15575 )
5 years ago
Robby Candra
6f60838736
Fix PAUSE_MODE_CHANGE_FILAMENT menu item ( #15501 )
5 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
5 years ago
Scott Lahteine
cc822c1a05
Use lambdas in menus, where possible ( #15452 )
5 years ago
Scott Lahteine
72d791a736
Standardize active/paused functions
5 years ago
Scott Lahteine
273cbe931e
Aliases for common menu item types
5 years ago
Scott Lahteine
d5f5203880
Use "mount" as card verb
5 years ago
Marcio Teixeira
263d7d37af
"SD card" => "Media" ( #14951 )
5 years ago
Ludy
9479ec32f7
Fix Service Menu compile error ( #14903 )
5 years ago
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg ( #13829 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools ( #14429 )
5 years ago
Scott Lahteine
9131b11944
Games in Info menu, if enabled
6 years ago
Scott Lahteine
6b2d42434c
Wrap main menu external declarations
5 years ago
InsanityAutomation
f889cc6ea6
ExtUI parity with SPI LCDs ( #14172 )
6 years ago
InsanityAutomation
9f69fbe5ee
Move some menu items ( #14118 )
6 years ago
Scott Lahteine
7b4c3bd92a
Fix call to synchronize in lcd_pause_job
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
Chris Pepper
95beafa9a2
Fix typo
6 years ago
Clinton James
2740cc64d8
Add SD Release when no SD_DETECT_PIN exists ( #13857 )
6 years ago
Bob-the-Kuhn
db89fc0304
Revert "bring my copy up to date"
This reverts commit 503905c628
.
6 years ago
Bob-the-Kuhn
503905c628
bring my copy up to date
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use ( #13800 )
6 years ago
Scott Lahteine
9898f53361
Fix missing IS_SD_PRINTING
6 years ago
Scott Lahteine
1e59a2ac73
Hide pause/stop unless active printing
6 years ago
Scott Lahteine
240ea1bbb3
Split up games into separate files
6 years ago
Scott Lahteine
8b7c3eec83
Games, for fun (and stress-testing) ( #13464 )
6 years ago
Scott Lahteine
5de7b5b35e
Games, for fun (and stress-testing) ( #13464 )
6 years ago
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(...)`
6 years ago
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior ( #13394 )
6 years ago
Scott Lahteine
4771e372a1
Update criteria for PAUSE/RESUME/STOP menu items ( #13294 )
6 years ago
revilor
e56c13670d
Service interval watchdog ( #13105 )
6 years ago
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT ( #13039 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
3e2a4c3b26
Show mixer and temperature menus while printing
6 years ago
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) ( #13022 )
6 years ago
Scott Lahteine
f269766408
Put the MMU2 menu with the others
6 years ago
Scott Lahteine
d97bb4c41c
Followup to e10943d0
6 years ago
Scott Lahteine
e10943d0d8
Minor tweak to main menu
6 years ago
Scott Lahteine
0a7ea7063f
Hide Resume Print when not relevant
6 years ago
revilor
6a57d0b381
Prusa MMU2 ( #12967 )
6 years ago
InsanityAutomation
7d927b6691
Move Z Probe Z Offset from Advanced to basic Configuration ( #13056 )
6 years ago
Giuliano Zaro
31e213e427
Always show Tune sub-menu ( #13049 )
6 years ago