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