Zonestar P802M bed thermistor (#18289)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Per Ivar Nerseth
2020-06-15 03:09:25 +02:00
committed by GitHub
parent e1d07f9541
commit 10601a932a
5 changed files with 76 additions and 1 deletions

View File

@@ -70,6 +70,9 @@
#if ANY_THERMISTOR_IS(501) // 100K Zonestar thermistor
#include "thermistor_501.h"
#endif
#if ANY_THERMISTOR_IS(502) // Unknown thermistor used by the Zonestar Prusa P802M hot bed
#include "thermistor_502.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