Thermistor: Kis3d Silicone heater + precision cast plate (#19528)

This commit is contained in:
Emperor
2020-09-28 04:38:30 +02:00
committed by GitHub
parent f3de0f6c53
commit 00c09e95ac
4 changed files with 72 additions and 0 deletions

View File

@@ -120,6 +120,9 @@ typedef struct { int16_t value, celsius; } temp_entry_t;
#if ANY_THERMISTOR_IS(23) // By AluOne #12622. Formerly 22 above. May need calibration/checking.
#include "thermistor_23.h"
#endif
#if ANY_THERMISTOR_IS(30) // Kis3d Silicone mat 24V 200W/300W with 6mm Precision cast plate (EN AW 5083)
#include "thermistor_30.h"
#endif
#if ANY_THERMISTOR_IS(51) // beta25 = 4092 K, R25 = 100 kOhm, Pull-up = 1 kOhm, "EPCOS"
#include "thermistor_51.h"
#endif