Add config for Wanhao Duplicator i3 v2.1

This commit is contained in:
Matthew Piercey
2019-09-21 16:45:35 -04:00
committed by Scott Lahteine
parent e79666a82b
commit ac8083588b
131 changed files with 5290 additions and 246 deletions

View File

@@ -122,6 +122,9 @@
#if ANY_THERMISTOR_IS(75) // beta25 = 4100 K, R25 = 100 kOhm, Pull-up = 4.7 kOhm, "MGB18-104F39050L32 thermistor"
#include "thermistor_75.h"
#endif
#if ANY_THERMISTOR_IS(99) // 100k bed thermistor with a 10K pull-up resistor (on some Wanhao i3 models)
#include "thermistor_99.h"
#endif
#if ANY_THERMISTOR_IS(110) // Pt100 with 1k0 pullup
#include "thermistor_110.h"
#endif