Add Thermistor 75: MGB18 silicon pad

This commit is contained in:
Scott Lahteine
2017-03-18 10:17:44 -05:00
parent f890ceba9e
commit be7dd90382
3 changed files with 74 additions and 0 deletions

View File

@ -103,6 +103,9 @@
#if ANY_THERMISTOR_IS(70) // bqh2 stock thermistor
#include "thermistortable_70.h"
#endif
#if ANY_THERMISTOR_IS(75) // Many of the generic silicon heat pads use the MGB18-104F39050L32 Thermistor
#include "thermistortable_75.h"
#endif
#if ANY_THERMISTOR_IS(110) // Pt100 with 1k0 pullup
#include "thermistortable_110.h"
#endif