Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz (#14803 )
6 years ago
Tim Moore
4575978a1f
Fix auto power for chamber fan (#14922 )
6 years ago
Tim Moore
77f637763c
Overlord configs. Fix buzzer, redundant temp. (#14833 )
6 years ago
Scott Lahteine
fc39c925ca
Grace period followup
6 years ago
Robby Candra
5bc2fb022c
THERMAL_PROTECTION_GRACE_PERIOD is obsolete (#14798 )
6 years ago
Ludy
c4bb458763
BUZZ cleanup (#14760 )
6 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
6 years ago
mikeshub
d9303b2137
Fix MAX6675_SEPARATE_SPI boot loop (#14698 )
6 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements (#14647 )
6 years ago
Scott Lahteine
ef2a2eb984
Temp tweak
6 years ago
Tanguy Pruvot
45bde333d5
Initial Longer3D LK1/2 (Alfawise U20/U20+/U30) support (#14597 )
6 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
6 years ago
Pavel4e5
8babf55b18
Init ADC keypad analog input (#14585 )
6 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6 years ago
Scott Lahteine
5519054f50
Improve BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE (#13740 )
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
f7eeae8424
Indent a line
6 years ago
Scott Lahteine
720bc7c00b
Named indices for Temperature class (#14479 )
6 years ago
Scott Lahteine
d4415dcf59
Fix analogWrite ambiguity
6 years ago
Scott Lahteine
c28e08c849
Fix mintemp/maxtemp monitoring for thermocouples
6 years ago
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore (#14446 )
6 years ago
Giuliano Zaro
a9445d557e
Remove extra #if (#14439 )
6 years ago
Scott Lahteine
4d5a1984e2
Simplified fan handling code
6 years ago
Scott Lahteine
a8d68b7c8a
Common method for scaled fan speed
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Tim Moore
81209f5310
'M105 R' to report redundant temp sensor (#14324 )
6 years ago
Tim Moore
8ce84fa44f
Add temperature-based auto power options (#14397 )
6 years ago
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 (#14407 )
6 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.
6 years ago
Ludy
2290b269dc
Unused variable (#14301 )
6 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
Scott Lahteine
605ec0a478
Fix thermistor table warning
6 years ago
Scott Lahteine
48d1bd29cb
Shift m before compare to 0
6 years ago
doggyfan
594f6b14be
Limit user thermistor to 999, fix thermistor table macro (#14080 )
6 years ago
Pavel4e5
3cd19a8ec0
Improve Zonestar keypad responsiveness (#14056 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 years ago
Ludy
a504366138
Fix probe fan compiling error (#13930 )
6 years ago
Stephan
483822f3aa
Fix some THERMAL_PROTECTION_CHAMBER issues (#13678 )
6 years ago
doggyfan
23a8707ef1
Configurable Thermistor (#13888 )
6 years ago
Scott Lahteine
9853331b34
Fix temp init, loosen ADC grace period
6 years ago
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion (#13837 )
6 years ago
InsanityAutomation
3fcab8dbf1
Option to disable fans during pause (#13820 )
6 years ago
Scott Lahteine
2f32a6612d
Clean up Temperature::set_fans_paused
6 years ago
Thomas Moore
ee243e4edf
Fix mixing extruder filament change (#13803 )
6 years ago
Kajetan Rzepecki
875e673a8c
Add HAL-based thermal protection grace period for all heaters (#13778 )
6 years ago
Kajetan Rzepecki
5f70c876ae
Fix _temp_error-related compile error (#13768 )
6 years ago
Scott Lahteine
bddb776ddb
Add chamber max-temp check
Followup to #13756
6 years ago
Marcio Teixeira
d0c1eee53b
Add extra max-temp safety checks (#13756 )
6 years ago
Stephan
84273557f9
Move and update heated chamber settings (#13671 )
Co-Authored-By: the-real-orca <stephan.veigl@gmail.com >
6 years ago