Scott Lahteine
cc822c1a05
Use lambdas in menus, where possible ( #15452 )
6 years ago
Scott Lahteine
719615a6b6
Simplify edit menu items
The `edit` part of menu items displaying values is not needed. Menu edit types can be modeled on sub-menus.
6 years ago
Scott Lahteine
273cbe931e
Aliases for common menu item types
6 years ago
Scott Lahteine
7cd72de8bc
General cleanup, style
6 years ago
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
6 years ago
Marcio Teixeira
e3ff27c95a
Prevent duplication of PSTRs to save memory ( #15435 )
6 years ago
Ludy
a628d77798
Fix compile error with 6 hot-ends ( #15405 )
6 years ago
Scott Lahteine
4c16661153
Use named styles in draw_menu_item_static
6 years ago
Scott Lahteine
dc65788511
Shorthand for __VA_ARGS__
6 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
6 years ago
George Fu
8e044ea898
Fix up Fysetc configs, pins. Fix menu type `float5`. ( #15157 )
6 years ago
Marcio Teixeira
825c2c3dc4
Fix fan speed encoder scaling ( #15010 )
6 years ago
Scott Lahteine
5e777601f3
Add TURBO_BACK_MENU_ITEM option ( #14991 )
6 years ago
Marcio Teixeira
263d7d37af
"SD card" => "Media" ( #14951 )
6 years ago
Jason Smith
534c105a7a
Fix 16-bit range check in TMenuItem::action_edit ( #14834 )
6 years ago
Ludy
39e1726498
Comments, includes ( #14671 )
6 years ago
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change ( #14628 )
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools ( #14429 )
6 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
6 years ago
Scott Lahteine
2a96d4e23a
Move number-to-string functions to libs
6 years ago
Scott Lahteine
44caf70917
Improve editing, fix some small value editing
6 years ago
InsanityAutomation
991ee7552b
Restore menu edit to 32bit value ( #13976 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
Tanguy Pruvot
e7b3720b81
Menu edit accel in increments of 25 ( #13850 )
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use ( #13800 )
6 years ago
Marcio Teixeira
836435c5ef
Fix action_edit int range bug ( #13737 )
6 years ago
Marcio Teixeira
866e2d41dc
Correct range of LCD axis step editing ( #13727 )
6 years ago
Scott Lahteine
9cb5c57b84
Adjustments to ui8tostr_percent
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
10b9632bed
Fix menu history item selection
6 years ago
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) ( #13519 )
6 years ago
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support ( #13406 )
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
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework ( #12201 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
17a8c37148
Label menu edit items
6 years ago
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. ( #12884 )
6 years ago
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types ( #12892 )
6 years ago
Ondřej Nový
a0ef6198ff
Level bed corners Z-hop height option ( #12858 )
6 years ago
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
6 years ago
Scott Lahteine
50af1d1e08
Differentiate translated On/Off from Serial ON/OFF
6 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.
6 years ago
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
6 years ago
Scott Lahteine
4ed6397e5d
More comprehensive NO_LCD_MENUS ( #12367 )
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
b063b1b722
Reorganize includes and declarations
7 years ago