EvilGremlin
f595e40ceb
♻️ Set Progress without LCD (#24767 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
Keith Bennett
11f8244573
🔧 Thermistor (66) sanity-check (#24803 )
2 years ago
Lefteris Garyfalakis
15a100dafa
✏️ Fix LCD sleep conditional (#24685 )
2 years ago
Arkadiusz Miśkiewicz
82d1851743
✨ M20_TIMESTAMP_SUPPORT (#24679 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
EvilGremlin
2f91154cbd
♻️ Display sleep minutes, encoder disable option (#24618 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
Scott Lahteine
1bed10c380
🔧 Config INI, dump options (#24528 )
2 years ago
Keith Bennett
55b8d1b9d3
🔧 Assert Probe Temp Comp requirements (#24468 )
2 years ago
Jason Smith
f65f7a685b
🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463 )
2 years ago
Farva42
5979aab1c7
✨ MAG_MOUNTED_PROBE (#24420 )
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
ellensp
58d1b1be28
🩹 Fix DGUS (MKS) compile (#24378 )
2 years ago
Scott Lahteine
3522d5376c
🩹 Wrap SENSORLESS_STALLGUARD_DELAY
2 years ago
lujios
41f73cb457
⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220 )
Co-authored-by: Robby Candra <robbycandra.mail@gmail.com >
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com >
2 years ago
John Robertson
85c0875db2
✨ Laser Safety Timeout (#24189 )
2 years ago
Scott Lahteine
2bb9e0d58e
🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170 )
2 years ago
Keith Bennett
df40181357
💥 Num Axes and Multi-Stepper based on Driver Types (#24120 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2 years ago
Robby Candra
a52dfc0373
🩹 Fix DEBUG_CARDREADER (#24023 )
2 years ago
Scott Lahteine
32e6767b5a
✨ DOGM Display Sleep (#23992 )
Co-authored-by: borland1 <barryorlando@hotmail.com >
2 years ago
Scott Lahteine
01797f74dc
✏️ Fix HAS_GCODE_M876
2 years ago
Scott Lahteine
19838d97be
🎨 Misc. adjustments, spacing
2 years ago
DerAndere
e5b651f407
✨ Support for up to 9 axes (linear, rotary) (#23112 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
Robby Candra
b7ffcd6941
✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
Scott Lahteine
bb2f100fcd
🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable
2 years ago
Scott Lahteine
e8cc050e90
📝 Update conditionals descriptions
2 years ago
GHGiampy
f07fc7e96f
🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI (#23590 )
2 years ago
zerkix
9285b6b9ed
🐛 Finish and organize temp sensors (#23519 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
Mike La Spina
2cfde39eca
🐛 Fix, improve PWM on AVR (#23463 )
2 years ago
Scott Lahteine
9140016e02
🐛 Fix X2_HOME_TO_*
2 years ago
Scott Lahteine
e65c12cf96
🧑💻 Apply axis conditionals
2 years ago
Jason Smith
6182849255
Do not warn about CONFIGURATION_EMBEDDING if it wasn't enabled (#23408 )
Warnings.cpp was warning about `CONFIGURATION_EMBEDDING` on AVR boards even if it wasn't enabled. Check the status of the feature before auto-disabling and warning about it.
2 years ago
X-Ryl669
b464a4b1a4
✨ Configurations embed and retrieve (#21321 )
2 years ago
John Lagonikas
9e6ded3cdf
🐛 Fix and improve MAX31865 (#23215 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
tombrazier
296a6137cd
🚸 More flexible Probe Temperature Compensation (#23033 )
3 years ago
aalku
75e0b7f8ff
✨ Shutdown Host Action (#22908 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
ad4a8a68c2
✅ Warn about dummy thermistors
3 years ago
InsanityAutomation
8e4953514c
⚡️ Formbot ST7920 delays, intentional X2 pins (#22915 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
798a8a7a08
🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM
3 years ago
Jyers
43a9c71ef7
✨ Ender-3 V2 with Jyers UI (#22422 )
3 years ago
Scott Lahteine
35b0083dfe
🐛 Fix custom menus on TFT LVGL
Fixes #21423 . Regression from #18177 .
3 years ago
Katelyn Schiesser
9a7727e61c
🎨 Define temp sensor conditionals earlier (#22342 )
3 years ago
Katelyn Schiesser
4479b0222b
🐛 Followup to TEMP_SENSOR_BOARD (#22343 , #22344 )
Followup to #22279
3 years ago
Katelyn Schiesser
2f6c8e1176
✨ Add TEMP_SENSOR_BOARD (#22279 )
3 years ago
DerAndere
7726af9c53
🏗️ Support for up to 6 linear axes (#19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
dd4990252e
♻️ Refactor Linear / Logical / Distinct Axes (#21953 )
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
3 years ago
Scott Lahteine
2de54dab84
🎨 Move HAS_EXTRUDERS
3 years ago
Scott Lahteine
49771c4a9e
🎨 Flags for homing directions
3 years ago
BigTreeTech
c9de9d4f9b
Capacitive Touch Screen (GT911) for SKR SE BX (#21843 )
Co-authored-by: Msq001 <alansayyeah@gmail.com >
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Victor Oliveira
dc18769010
Prevent watchdog reset in setup() (#21776 )
Cause `manage_heaters` to only reset the watchdog and return until `setup()` is completed.
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Victor Oliveira
138340ee99
Multi-Volume. Select Media for LVGL (#21344 )
3 years ago
gmarsh
a5f0075a60
Fix and improve Power Monitor (#21551 )
3 years ago
Scott Lahteine
84b961cb20
Define HW serial ports needed for TMC UART (#21446 )
3 years ago