Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 years ago
Scott Lahteine
6b9a17be16
Language: "failsafe" => "Defaults"
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
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
randellhodges
c75b560604
PWM pin not needed for Neopixel brightness / submenu ( #16345 )
5 years ago
Scott Lahteine
776632c503
Add and apply REPEAT macro ( #15829 )
5 years ago
Scott Lahteine
ea3217cd46
Move 'draw' methods into Menu Item classes ( #15760 )
5 years ago
Scott Lahteine
ca6d00b862
Save some string flash
5 years ago
Scott Lahteine
23d21dd81c
Tweak lambdas
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
51ae13fc8c
Compact MIN/MAXTEMP_ALL
5 years ago
Giuliano Zaro
a3ec573984
Uniform fan speed & case light
5 years ago
Scott Lahteine
273cbe931e
Aliases for common menu item types
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
Scott Lahteine
4c16661153
Use named styles in draw_menu_item_static
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
Scott Lahteine
7924e0d819
Add print at position shortcuts
5 years ago
Marcio Teixeira
dc21e2e691
Increase XY nozzle offset range ( #14882 )
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
InsanityAutomation
ce02c6cee2
Variable tool change purge ( #14618 )
5 years ago
Ludy
6dcb85927a
Update German language, &c. ( #14613 )
5 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Tanguy Pruvot
24655a6bf3
Touch-MI Menu and Manual Deploy option ( #14290 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
5 years ago
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config ( #14131 )
Plus other BLTouch and menu enhancements.
5 years ago
InsanityAutomation
4138b1f9ae
Option to disable Case Light brightness control ( #14165 )
5 years ago
Tanguy Pruvot
e4260a41cb
Fix a DEBUG_LEVELING_FEATURE string copy ( #14200 )
6 years ago
InsanityAutomation
0f04ba016f
Adjust tool offset menus ( #14153 )
6 years ago
InsanityAutomation
49e83dd7c8
BLTouch V3.1 changes ( #14104 )
6 years ago
Scott Lahteine
612eaa87bd
Fix "back" items in some sub-menus
6 years ago
Scott Lahteine
cc862a8213
Replace some functions with lambdas
6 years ago
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command ( #14015 )
6 years ago
InsanityAutomation
991ee7552b
Restore menu edit to 32bit value ( #13976 )
6 years ago
InsanityAutomation
3f758d9e00
Fix some edit items for 16-bit encoder ( #13948 )
6 years ago
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance ( #13814 )
6 years ago
InsanityAutomation
4900c28bf6
Fix IDEX tool-change, and more ( #13614 )
6 years ago
InsanityAutomation
5eeffab5e5
Fix BLTouch Menus ( #13441 )
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
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode ( #13404 )
6 years ago
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior ( #13394 )
6 years ago
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins ( #13383 )
6 years ago
Scott Lahteine
e52bcc9408
Limit top bed temp to BED_MAXTEMP - 10
The chances of a 10° overshoot is pretty minimal.
6 years ago