Persistent AUTOTEMP settings (#25093)

This commit is contained in:
ellensp
2022-12-31 15:59:13 +13:00
committed by GitHub
parent b39ea9d870
commit c7e84e8ef1
7 changed files with 109 additions and 47 deletions

View File

@@ -450,6 +450,9 @@
#define AUTOTEMP
#if ENABLED(AUTOTEMP)
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
#define AUTOTEMP_MIN 210
#define AUTOTEMP_MAX 250
#define AUTOTEMP_FACTOR 0.1f
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
//#define AUTOTEMP_PROPORTIONAL
#if ENABLED(AUTOTEMP_PROPORTIONAL)