🐛 Fix AUTOTEMP bug (thermal runaway) (#23025)

Regression from 9823a37
This commit is contained in:
woisy00
2021-10-27 01:05:34 +02:00
committed by GitHub
parent 79626062d0
commit 9338b7f06e
2 changed files with 2 additions and 2 deletions

View File

@@ -414,7 +414,7 @@
*/
#define AUTOTEMP
#if ENABLED(AUTOTEMP)
#define AUTOTEMP_OLDWEIGHT 0.98
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
//#define AUTOTEMP_PROPORTIONAL
#if ENABLED(AUTOTEMP_PROPORTIONAL)