Skip to content

Commit 0a5b3c5

Browse files
committed
✨ AUTOTEMP options
MarlinFirmware/Marlin#25093
1 parent 9658e52 commit 0a5b3c5

File tree

302 files changed

+1208
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+1208
-0
lines changed

config/default/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/3DFabXYZ/Migbot/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/ADIMLab/Gantry v1/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/ADIMLab/Gantry v2/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/Alfawise/U20-bltouch/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/Alfawise/U20/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/AliExpress/UM2pExt/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/Anet/A2/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/Anet/A2plus/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

config/examples/Anet/A6/Configuration_adv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@
450450
//#define AUTOTEMP
451451
#if ENABLED(AUTOTEMP)
452452
#define AUTOTEMP_OLDWEIGHT 0.98 // Factor used to weight previous readings (0.0 < value < 1.0)
453+
#define AUTOTEMP_MIN 210
454+
#define AUTOTEMP_MAX 250
455+
#define AUTOTEMP_FACTOR 0.1f
456+
#define AUTOTEMP_ENABLED false
453457
// Turn on AUTOTEMP on M104/M109 by default using proportions set here
454458
//#define AUTOTEMP_PROPORTIONAL
455459
#if ENABLED(AUTOTEMP_PROPORTIONAL)

0 commit comments

Comments
 (0)