InsanityAutomation
7126a5e5a7
Add Host Prompt Notification Method ( #15942 )
5 years ago
Scott Lahteine
27cb4db80e
Reduced string storage using tokens ( #15593 )
5 years ago
Scott Lahteine
602ca5dea6
No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY
5 years ago
Roman Moravčík
e110f5abce
M73 R : Set Remaining Time ( #15549 )
5 years ago
Jason Smith
b3f81eead5
Fix/improve TURBO_BACK_MENU_ITEM ( #15856 )
5 years ago
Axel
786617e375
Fix RAMPS + VIKI i2c ( #15811 )
5 years ago
Scott Lahteine
f00b48f9a8
Expand encoder value range
5 years ago
LinFor
b20d5a7cc6
Estimate Remaining Time (graphical display) ( #15497 )
5 years ago
ANMay-ru
b119c14017
Clean up LCD print, align ( #15498 )
5 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
5 years ago
LinFor
58f81f8e7e
Followup to progress override ( #15488 )
5 years ago
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
5 years ago
Robby Candra
3f129b6574
Touch Buttons variable repeat delay ( #15236 )
5 years ago
Scott Lahteine
841c8ce0d9
Remove PROMPT_INFO / PROMPT_GCODE_INFO ( #15210 )
5 years ago
Robby Candra
6b05d5d65d
Allow TOUCH_BUTTONS to be swapped ( #15100 )
5 years ago
Ludy
3f77d6a551
Fix expire_status warning ( #15094 )
5 years ago
Robby Candra
38983fdfa9
Add 'Back' Button for Touch TFT 320x240 ( #15060 )
5 years ago
Scott Lahteine
3ac76f0489
Invariant Marlin bootscreen ( #15057 )
5 years ago
Marcio Teixeira
e61e54acfd
Fix TURBO_BACK_MENU_ITEM compile error ( #15019 )
6 years ago
Scott Lahteine
5e777601f3
Add TURBO_BACK_MENU_ITEM option ( #14991 )
6 years ago
Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz ( #14803 )
6 years ago
Robby Candra
823178c272
Use u8g int type for screen coordinates ( #14965 )
6 years ago
Robby Candra
d2d71caa3b
Clean up Touch pins. Better up/down touch response. ( #14900 )
6 years ago
Ludy
528c9885f2
Fix wait_for_user + PAUSE_BEFORE_DEPLOY_STOW issue ( #14831 )
6 years ago
Tim Moore
940c59d9da
Overlord i2c LCD with LEDs and buzzer ( #14801 )
6 years ago
Robby Candra
128eed6b57
Option to reverse select direction/buttons ( #14693 )
6 years ago
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg ( #13829 )
6 years ago
Ludy
c4bb458763
BUZZ cleanup ( #14760 )
6 years ago
Marcio Teixeira
ca4d6f4470
Fix compile error (bad return type) ( #14660 )
6 years ago
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change ( #14628 )
6 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
6 years ago
Tanguy Pruvot
81d629bc47
Robin & Longer3D SPI TFT driver ( #14595 )
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
10b85be405
status_message_level => alert_level
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
651f3eeed0
Clean up trailing whitespace
6 years ago
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config ( #14131 )
...
Plus other BLTouch and menu enhancements.
6 years ago
InsanityAutomation
f889cc6ea6
ExtUI parity with SPI LCDs ( #14172 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
Scott Lahteine
23ec650410
Consolidate Malyan LCD and ExtUI
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use ( #13800 )
6 years ago
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.
6 years ago
Scott Lahteine
9abe9aff56
Confirm before starting SD print ( #13616 )
6 years ago
Scott Lahteine
7e0008f5b3
Fix SETCURSOR_RJ
6 years ago
Scott Lahteine
10b9632bed
Fix menu history item selection
6 years ago
Scott Lahteine
d8329d858d
Default argument to defer_status_screen
6 years ago
Scott Lahteine
58bca67883
Unify status scrolling further
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