Giuliano Zaro
b0c6cfb051
MarlinUI support for up to 5 Material Presets (#18488 )
- Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`.
- Extend menu items to permit a string interpolation.
- Keep material names in a list and interpolate in menu items.
- Extend material presets to support up to 5 predefined materials.
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 years ago
cbteeple
2c15a787c7
Option to set manual Babystepping distance in mm (#18503 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
5 years ago
Scott Lahteine
67305f7976
Add "Bed" / "Chamber" substitutions (#18255 )
5 years ago
Scott Lahteine
52aa459a2d
Improved EEPROM boot error (#17916 )
5 years ago
Scott Lahteine
e8b0796fc7
Revert menu_item_if ahead of refactor
5 years ago
Scott Lahteine
4f003fc7a7
Streamline menu item logic (#17664 )
5 years ago
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
5 years ago
Scott Lahteine
3d45a4bd23
Encapsulate Temperature items
5 years ago
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
5 years ago
Scott Lahteine
48919c54fb
Add SRAM command injection (#17459 )
5 years ago
Joe Prints
1f5824247f
More decimal places for babystep / Z probe offset (#17195 )
5 years ago
Scott Lahteine
13118dbd8d
Additional numtostr functions
5 years ago
ellensp
624ab24a5c
Suppress thisItemNr warning (#17049 )
5 years ago
Scott Lahteine
5584da388c
Conceal float rounding errors on display
Fix #16866
5 years ago
Scott Lahteine
efdaf940a5
Fix byte-to-percent display
Fixes #16866
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
c4cbc54484
Suppress a compile warning
5 years ago
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans (#16595 )
5 years ago
Scott Lahteine
aa4db785f2
MSG_WATCH => MSG_INFO_SCREEN
5 years ago
InsanityAutomation
d129ac1b37
Z-offset edit precision based on value limits (#16425 )
5 years ago
Scott Lahteine
27cb4db80e
Reduced string storage using tokens (#15593 )
5 years ago
Jason Smith
b3f81eead5
Fix/improve TURBO_BACK_MENU_ITEM (#15856 )
5 years ago
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes (#15760 )
5 years ago
Scott Lahteine
d5c1c72a76
Tweak CW/CCW bitmaps
5 years ago
Scott Lahteine
9aff30da0c
Confirm object cancellation (#15660 )
5 years ago
Scott Lahteine
600429a067
Cancel Objects followup
5 years ago
LinFor
b20d5a7cc6
Estimate Remaining Time (graphical display) (#15497 )
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
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.
5 years ago
Scott Lahteine
273cbe931e
Aliases for common menu item types
5 years ago
Scott Lahteine
7cd72de8bc
General cleanup, style
5 years ago
Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
5 years ago
Marcio Teixeira
e3ff27c95a
Prevent duplication of PSTRs to save memory (#15435 )
5 years ago
Ludy
a628d77798
Fix compile error with 6 hot-ends (#15405 )
5 years ago
Scott Lahteine
4c16661153
Use named styles in draw_menu_item_static
5 years ago
Scott Lahteine
dc65788511
Shorthand for __VA_ARGS__
5 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes (#15213 )
5 years ago
George Fu
8e044ea898
Fix up Fysetc configs, pins. Fix menu type `float5`. (#15157 )
5 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