Scott Lahteine
586b334c2a
Split up stepper indirection (#15111 )
před 5 roky
AlexandrZloy
0ebaea94be
Add stallGuard threshold for X2 (#15042 )
před 5 roky
Tanguy Pruvot
e604f76703
Enable contrast via LCD_CONTRAST_INIT (#15006 )
před 5 roky
Tim Moore
cd09e35f90
Remove extra M503 "M412" report (#14985 )
před 5 roky
Eric Ptak
9c5086e6af
[STM32F1] Simpler Flash EEPROM (#14829 )
před 5 roky
Tanguy Pruvot
92c35d14a4
Non-fatal error from ps::access_start (#14845 )
před 5 roky
Eric Ptak
fdbc733376
Return 'false' on EEPROM connection fail (#14776 )
před 6 roky
InsanityAutomation
0b154c2d71
Enable runout sensor in EEPROM by default (#14771 )
před 6 roky
Marcio Teixeira
eefe3f595a
New options: Bootscreen as Info, game Easter-egg (#13829 )
před 6 roky
Ludy
97e9c95f47
Fix & clean up ExtUI (#14748 )
před 6 roky
Marcio Teixeira
839255eed4
Fix for M504 changing filament runout value (#14661 )
Fixes #14476
před 6 roky
Scott Lahteine
eaf1c0954e
Update some precompiler tests
před 6 roky
InsanityAutomation
ce02c6cee2
Variable tool change purge (#14618 )
před 6 roky
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
před 6 roky
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
před 6 roky
oechslein
8c55bd5451
Update "StallGuard threshold" heading (#14395 )
před 6 roky
Scott Lahteine
4df4c47994
Add TMC2209 support (#14249 )
před 6 roky
InsanityAutomation
49e83dd7c8
BLTouch V3.1 changes (#14104 )
před 6 roky
teemuatlut
1c86fbc60b
TMC updates, capture LCD changes (#14074 )
před 6 roky
Scott Lahteine
aeec9ef76b
Update backlash code
před 6 roky
InsanityAutomation
5108e4b6aa
Cleaner EEPROM auto init (#13975 )
před 6 roky
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
před 6 roky
InsanityAutomation
5dcb25664f
Option to Auto-Initialize EEPROM (#13935 )
před 6 roky
doggyfan
23a8707ef1
Configurable Thermistor (#13888 )
před 6 roky
Marcio Teixeira
15357af67c
Backlash cleanup (#13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
před 6 roky
Tanguy Pruvot
e5438a9a03
settings: store runout sensor on/off (#13876 )
před 6 roky
Scott Lahteine
5051909c3c
Update do_select_screen for general use (#13800 )
před 6 roky
Ludy
fe346cd4d1
Fix DEBUG_EEPROM_READWRITE compile error (#13492 )
před 6 roky
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
před 6 roky
Scott Lahteine
380c771988
Handle word-padded flash-based eeprom (STM32F1)
Fix #13445
před 6 roky
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
před 6 roky
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(...)`
před 6 roky
Scott Lahteine
5c1aa5162d
Adjust M206 output in M503 for DELTA
před 6 roky
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
před 6 roky
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
před 6 roky
Marcio Teixeira
00fc43144a
Follow up fixes to various PRs. (#13334 )
- Ensure `MarlinUI:get_progress` is defined for `ExtUI`.
- Fix for `BACKLASH_SMOOTHING` with small segments.
`BACKLASH_SMOOTHING` with extremely small segments failed to fully correct due to the correction factor being rounded down. Rounding up ensures the entire backlash will converge to zero even for small segments.
- Add pinout for the beta revision `EINSY_RETRO`.
- Update soft endstops with tool offsets (for toolchange et. al. move clamping) (#12568 )
před 6 roky
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
před 6 roky
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311 )
před 6 roky
Vasily Evseenko
71773b128d
Fix stepper use before init. Add Ultimaker2+ Extended clone config (#13284 )
před 6 roky
Giuliano Zaro
2616e4d4d9
Remove duplicated 'chitchat' defines (#13258 )
před 6 roky
Scott Lahteine
808b076000
Update some ABL/UBL conditionals
před 6 roky
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
před 6 roky
Scott Lahteine
3c9a7926c2
Fix compile error with JUNCTION_DEVIATION
See #13000
před 6 roky
Scott Lahteine
0feeef2604
Update copyright in headers
před 6 roky
Rolf Werum
524c6c10bf
MAGNETIC_PARKING_EXTRUDER (#12351 )
před 6 roky
Scott Lahteine
4200bd2fc1
Report on M92 with no arguments (#12833 )
před 6 roky
Scott Lahteine
d4d1b28a06
Fix some include paths
před 6 roky
Scott Lahteine
4fa1c52688
Tweak serial output code
před 6 roky
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. (#12884 )
před 6 roky
Scott Lahteine
19fea772e5
Use E_AXIS_N where it makes sense
před 6 roky