Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-08-31 16:05:30 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-08-31 16:05:30 +0300
commitad8aa6157a7a0b1b48e4663b18aa172f05b363ee (patch)
tree688a209306b80a1ef7d22c5417fe1219b2626161 /src/Configuration.h
parent9e9b6679aedbedc5262ced8205de26c534d2a9d9 (diff)
Changed default thermistor parameters
Diffstat (limited to 'src/Configuration.h')
-rw-r--r--src/Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index 58b2c59d..78f222ff 100644
--- a/src/Configuration.h
+++ b/src/Configuration.h
@@ -109,8 +109,8 @@ constexpr unsigned int FirstExtraHeaterProtection = 100; // Index of the first e
// Default thermistor parameters
#ifndef DUET3 // for Duet 3 these are defined in Duet3Common.h in project CANLib
constexpr float DefaultThermistorR25 = 100000.0;
-constexpr float DefaultThermistorBeta = 4388.0;
-constexpr float DefaultThermistorC = 0.0;
+constexpr float DefaultThermistorBeta = 4725.0;
+constexpr float DefaultThermistorC = 7.06e-8;
#endif
// These parameters are about right for a typical PCB bed heater that maxes out at 110C