Add Copymaster3D board (#17188)

This commit is contained in:
RasmusAaen
2020-03-17 21:25:10 +01:00
committed by GitHub
parent 1f5824247f
commit c768605bde
8 changed files with 114 additions and 1 deletions

View File

@@ -151,6 +151,9 @@
#if ANY_THERMISTOR_IS(201) // Pt100 with LMV324 Overlord
#include "thermistor_201.h"
#endif
#if ANY_THERMISTOR_IS(202) // 200K thermistor in Copymaker3D hotend
#include "thermistor_202.h"
#endif
#if ANY_THERMISTOR_IS(331) // Like table 1, but with 3V3 as input voltage for MEGA
#include "thermistor_331.h"
#endif