Scott Lahteine
a4709ba765
Store unscaled PID values in EEPROM (#15884 )
5 years ago
Scott Lahteine
5e5045c4ee
Touch UI finishing touches
5 years ago
Marcio Teixeira
5639b8ca20
Touch UI fixes for Cocoa Press (#15847 )
5 years ago
Robby Candra
ac466ecf74
Change Junction Deviation to Classic Jerk (#15505 )
5 years ago
Scott Lahteine
af80653f3f
Always report all PIDs in M503
Fix #14474
5 years ago
Scott Lahteine
c0005e939c
Enable junction deviation by default (#15481 )
5 years ago
Scott Lahteine
806d64e1bf
X_SENSORLESS includes AXIS_HAS_STALLGUARD
5 years ago
Scott Lahteine
74746c6573
Fix probe_offset EEPROM field test
5 years ago
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type (#15349 )
5 years ago
Scott Lahteine
ee7558a622
Tweaks to Z fade behavior
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
Jason Smith
514223f960
Fix BACKLASH_COMPENSATION compiler issues (#15307 )
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
5 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes (#15213 )
5 years ago
ManuelMcLure
eed7c2fe2f
Fix 'echo:' in TMC parameters M503 report (#15193 )
6 years ago
Scott Lahteine
586b334c2a
Split up stepper indirection (#15111 )
6 years ago
AlexandrZloy
0ebaea94be
Add stallGuard threshold for X2 (#15042 )
6 years ago
Tanguy Pruvot
e604f76703
Enable contrast via LCD_CONTRAST_INIT (#15006 )
6 years ago
Tim Moore
cd09e35f90
Remove extra M503 "M412" report (#14985 )
6 years ago
Eric Ptak
9c5086e6af
[STM32F1] Simpler Flash EEPROM (#14829 )
6 years ago
Tanguy Pruvot
92c35d14a4
Non-fatal error from ps::access_start (#14845 )
6 years ago
Eric Ptak
fdbc733376
Return 'false' on EEPROM connection fail (#14776 )
6 years ago
InsanityAutomation
0b154c2d71
Enable runout sensor in EEPROM by default (#14771 )
6 years ago
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg (#13829 )
6 years ago
Ludy
97e9c95f47
Fix & clean up ExtUI (#14748 )
6 years ago
Marcio Teixeira
839255eed4
Fix for M504 changing filament runout value (#14661 )
Fixes #14476
6 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
6 years ago
InsanityAutomation
ce02c6cee2
Variable tool change purge (#14618 )
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
oechslein
8c55bd5451
Update "StallGuard threshold" heading (#14395 )
6 years ago
Scott Lahteine
4df4c47994
Add TMC2209 support (#14249 )
6 years ago
InsanityAutomation
49e83dd7c8
BLTouch V3.1 changes (#14104 )
6 years ago
teemuatlut
1c86fbc60b
TMC updates, capture LCD changes (#14074 )
6 years ago
Scott Lahteine
aeec9ef76b
Update backlash code
6 years ago
InsanityAutomation
5108e4b6aa
Cleaner EEPROM auto init (#13975 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 years ago
InsanityAutomation
5dcb25664f
Option to Auto-Initialize EEPROM (#13935 )
6 years ago
doggyfan
23a8707ef1
Configurable Thermistor (#13888 )
6 years ago
Marcio Teixeira
15357af67c
Backlash cleanup (#13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
Tanguy Pruvot
e5438a9a03
settings: store runout sensor on/off (#13876 )
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
6 years ago
Ludy
fe346cd4d1
Fix DEBUG_EEPROM_READWRITE compile error (#13492 )
6 years ago
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
6 years ago
Scott Lahteine
380c771988
Handle word-padded flash-based eeprom (STM32F1)
Fix #13445
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
Scott Lahteine
5c1aa5162d
Adjust M206 output in M503 for DELTA
6 years ago