Add thermistor type 67 SliceEng (#13275)

This commit is contained in:
InsanityAutomation
2019-02-28 20:44:17 -05:00
committed by Scott Lahteine
parent 5b7ad3a5a0
commit e2e2a55d9b
97 changed files with 272 additions and 94 deletions

View File

@ -102,6 +102,8 @@
#define THERMISTOR_NAME "Formbot 350°C"
#elif THERMISTOR_ID == 66
#define THERMISTOR_NAME "Dyze 4.7M"
#elif THERMISTOR_ID == 67
#define THERMISTOR_NAME "SliceEng 450°C"
// Dummies for dev testing
#elif THERMISTOR_ID == 998