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
Tanguy Pruvot
0a280f00c2
Flag unused variables without buzzer ( #15016 )
5 years ago
Scott Lahteine
5e777601f3
Add TURBO_BACK_MENU_ITEM option ( #14991 )
5 years ago
Robby Candra
128eed6b57
Option to reverse select direction/buttons ( #14693 )
5 years ago
Ludy
c4bb458763
BUZZ cleanup ( #14760 )
5 years ago
Ludy
39e1726498
Comments, includes ( #14671 )
5 years ago
Robby Candra
c9aa68ef7a
Encoder direction: Wrangle, Revert select screen change ( #14628 )
5 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
5 years ago
Ludy
6dcb85927a
Update German language, &c. ( #14613 )
5 years ago
Scott Lahteine
3cd9a92dcc
Use REVERSE_ENCODER_DIRECTION in do_select_screen
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools ( #14429 )
5 years ago
Scott Lahteine
3d9d72e8db
Include order, spacing, etc.
5 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
5 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
866e2d41dc
Correct range of LCD axis step editing ( #13727 )
6 years ago
InsanityAutomation
4900c28bf6
Fix IDEX tool-change, and more ( #13614 )
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
Ludy
c29820f649
Suppress compile warning ( #13612 )
6 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 ( #13580 )
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
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
InsanityAutomation
eb4bf93ea4
Add more Babystep options ( #13262 )
6 years ago
InsanityAutomation
d4ed9b3ef1
Babystep also requires homing ( #13191 )
6 years ago
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT ( #13039 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago