Zonestar Z8 XM2 support (#19991)

This commit is contained in:
Albert van Osch
2020-11-07 23:59:19 +01:00
committed by GitHub
parent 883347bc11
commit 7beebcd315
7 changed files with 272 additions and 48 deletions

View File

@@ -75,6 +75,9 @@ typedef struct { int16_t value, celsius; } temp_entry_t;
#if ANY_THERMISTOR_IS(502) // Unknown thermistor used by the Zonestar Průša P802M hot bed
#include "thermistor_502.h"
#endif
#if ANY_THERMISTOR_IS(503) // Zonestar (Z8XM2) Heated Bed thermistor
#include "thermistor_503.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