RPW-Ultra thermistor table (#14517)

This commit is contained in:
Vanessa Dannenberg
2019-07-05 21:37:05 -04:00
committed by Scott Lahteine
parent a210f80adc
commit 4fa8053638
113 changed files with 342 additions and 142 deletions

View File

@@ -56,6 +56,9 @@
#if ANY_THERMISTOR_IS(501) // 100K Zonestar thermistor
#include "thermistor_501.h"
#endif
#if ANY_THERMISTOR_IS(512) // 100k thermistor in RPW-Ultra hotend, Pull-up = 4.7 kOhm, "unknown model"
#include "thermistor_512.h"
#endif
#if ANY_THERMISTOR_IS(6) // beta25 = 4092 K, R25 = 100 kOhm, Pull-up = 8.2 kOhm, "EPCOS ?"
#include "thermistor_6.h"
#endif