Scott Lahteine
06bf3ccfb7
Add alternative TERN macros
4 years ago
Scott Lahteine
ec23e37a4a
Clean up comments, USB flash, NULLs
4 years ago
Scott Lahteine
c2c6a679ea
Rename LCD conditionals ( #19533 )
4 years ago
Scott Lahteine
3a91ab4706
Menu tweak
4 years ago
ellensp
979876e958
Improve temperature runaway, idle timeout ( #19339 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
b8c4098de2
Remove extraneous defines
4 years ago
Scott Lahteine
4f67642122
Header for individual menus
4 years ago
Scott Lahteine
bf316d9ec5
Fix Select Screen cancel destination
4 years ago
Alexander Gavrilenko
117df87d19
Support for TFT & Touch Screens ( #18130 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
4 years ago
Scott Lahteine
0e1cb10909
Fix / improve menu items ( #18644 )
4 years ago
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>
4 years ago
Scott Lahteine
f6a2b64091
Clean up LCD Manual Move / UBL Mesh Edit ( #18373 )
4 years ago
cbteeple
2c15a787c7
Option to set manual Babystepping distance in mm ( #18503 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Victor
1d504e596d
Touch-to-jog on edit screens ( #18266 )
4 years ago
Scott Lahteine
67305f7976
Add "Bed" / "Chamber" substitutions ( #18255 )
4 years ago
Daniel Callander
d35dd2a47e
Fix babystep / double-click check ( #17962 )
5 years ago
Scott Lahteine
71b41c963b
Better EEPROM alert message
5 years ago
Scott Lahteine
52aa459a2d
Improved EEPROM boot error ( #17916 )
5 years ago
Scott Lahteine
c536b8de62
Apply ternary macros
5 years ago
Scott Lahteine
69f211cf78
Add empty ui.completion_feedback
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
5 years ago
Scott Lahteine
e4903396d4
Fix up pausing / parking display ( #17460 )
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
Scott Lahteine
5071fe82ab
Ensure proper SD print completion ( #16967 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
7f9c62437e
Corner Leveling: Add inset for each side ( #16759 )
5 years ago
Scott Lahteine
90b6324563
Encapsulate probe as singleton class ( #16751 )
5 years ago
InsanityAutomation
d129ac1b37
Z-offset edit precision based on value limits ( #16425 )
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
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
Luu Lac
ed6bbe012b
Fix incomplete 'Homing XYZ' screen draw ( #15830 )
5 years ago
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes ( #15760 )
5 years ago
studiodyne
f139642e0f
XY/Z Babystep Multiplicators ( #15691 )
5 years ago
Scott Lahteine
600429a067
Cancel Objects followup
5 years ago
Scott Lahteine
f00b48f9a8
Expand encoder value range
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
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
Marcio Teixeira
e3ff27c95a
Prevent duplication of PSTRs to save memory ( #15435 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
5 years ago
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets ( #15202 )
5 years ago
Tanguy Pruvot
d277e93f4d
Configurable TOUCH_BUTTONS repeat delays ( #15245 )
5 years ago
Robby Candra
3f129b6574
Touch Buttons variable repeat delay ( #15236 )
5 years ago