Scott Lahteine
e3fd0519b3
Reduce need for UNUSED
5 years ago
LinFor
98f614ddb1
Use MAX_BED_POWER instead of BANG_MAX to heat outside PID_FUNCTIONAL_RANGE ( #15431 )
5 years ago
Scott Lahteine
139b7196a0
Watchdog cleanup ( #15283 )
5 years ago
Ludy
41ea2d8c31
Fix auto-fan compile error ( #15402 )
5 years ago
Marcio Teixeira
a18d16fb8b
Do not implicitly concatenate localized strings ( #15383 )
5 years ago
Robby Candra
c3f09e2b1b
Set MAX_OVERSHOOT_PID_AUTOTUNE to 30 ( #15257 )
5 years ago
Scott Lahteine
3819f79945
Fix pid_output declaration
5 years ago
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor ( #15256 )
5 years ago
Scott Lahteine
75927e17dd
Filament Width Sensor singleton ( #15191 )
5 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
5 years ago
Scott Lahteine
565a0e11ed
Prevent 'current' name conflict, if needed
5 years ago
Jamie
dbee0e9c54
Analog joystick jogging control ( #14648 )
5 years ago
Scott Lahteine
91c3b8e3ca
Reformat ADC cases
5 years ago
Scott Lahteine
4cdf7a1b93
Add ADC helpers to temp_info_t
5 years ago
Scott Lahteine
bf3cd8e5aa
Tweak var names
5 years ago
Scott Lahteine
12344085c0
Update temperature.cpp
5 years ago
Scott Lahteine
451a942e95
Suspend queue during wait_for_hotend
5 years ago
Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz ( #14803 )
5 years ago
Tim Moore
4575978a1f
Fix auto power for chamber fan ( #14922 )
5 years ago
Tim Moore
77f637763c
Overlord configs. Fix buzzer, redundant temp. ( #14833 )
5 years ago
Scott Lahteine
fc39c925ca
Grace period followup
5 years ago
Robby Candra
5bc2fb022c
THERMAL_PROTECTION_GRACE_PERIOD is obsolete ( #14798 )
5 years ago
Ludy
c4bb458763
BUZZ cleanup ( #14760 )
5 years ago
mikeshub
1579091c20
PID loop improvements ( #14746 )
* Fix macro evaluation in `temperature.cpp`
* Improve bed PID, PID debug output
* Add min PID power define
5 years ago
mikeshub
d9303b2137
Fix MAX6675_SEPARATE_SPI boot loop ( #14698 )
5 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
5 years ago
Scott Lahteine
ef2a2eb984
Temp tweak
5 years ago
Tanguy Pruvot
45bde333d5
Initial Longer3D LK1/2 (Alfawise U20/U20+/U30) support ( #14597 )
5 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
5 years ago
Pavel4e5
8babf55b18
Init ADC keypad analog input ( #14585 )
5 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
5 years ago
Scott Lahteine
5519054f50
Improve BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE ( #13740 )
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
f7eeae8424
Indent a line
5 years ago
Scott Lahteine
720bc7c00b
Named indices for Temperature class ( #14479 )
5 years ago
Scott Lahteine
d4415dcf59
Fix analogWrite ambiguity
5 years ago
Scott Lahteine
c28e08c849
Fix mintemp/maxtemp monitoring for thermocouples
5 years ago
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore ( #14446 )
5 years ago
Giuliano Zaro
a9445d557e
Remove extra #if ( #14439 )
5 years ago
Scott Lahteine
4d5a1984e2
Simplified fan handling code
5 years ago
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Tim Moore
81209f5310
'M105 R' to report redundant temp sensor ( #14324 )
5 years ago
Tim Moore
8ce84fa44f
Add temperature-based auto power options ( #14397 )
5 years ago
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 ( #14407 )
5 years ago
mikeshub
1db7013e3b
Fix and improve PID loops ( #14373 )
- Windup guarding was missing. The kludge in place of windup guard is removed. D term filter calculations are simplified to require fewer `float` calculations. Sign change for D term output to make debugging output clearer.
- Use "no overshoot" for bed PID tuning.
5 years ago
Ludy
2290b269dc
Unused variable ( #14301 )
5 years ago
Ludy
bd494a6bd6
Update defines for patched temperature macros ( #14161 )
6 years ago
doggyfan
e09d8811c1
Apply grace period to thermistor failure testing ( #14167 )
6 years ago