Skip to content
Snippets Groups Projects
Unverified Commit bc43a285 authored by MESlammer's avatar MESlammer Committed by GitHub
Browse files

Bring thermistor names up to date (#18303)

parent 10601a93
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,14 @@
// Standard thermistors
#elif THERMISTOR_ID == 1
#define THERMISTOR_NAME "EPCOS 100K"
#elif THERMISTOR_ID == 331
#define THERMISTOR_NAME "3.3V EPCOS 100K (MEGA)"
#elif THERMISTOR_ID == 332
#define THERMISTOR_NAME "3.3V EPCOS 100K (DUE)"
#elif THERMISTOR_ID == 2
#define THERMISTOR_NAME "ATC 204GT-2"
#elif THERMISTOR_ID == 202
#define THERMISTOR_NAME "200k Copymaster 3D"
#elif THERMISTOR_ID == 3
#define THERMISTOR_NAME "Mendel-parts"
#elif THERMISTOR_ID == 4
......@@ -98,6 +104,8 @@
#define THERMISTOR_NAME "Hephestos 2"
#elif THERMISTOR_ID == 75
#define THERMISTOR_NAME "MGB18"
#elif THERMISTOR_ID == 99
#define THERMISTOR_NAME "100k with 10k pull-up"
// Modified thermistors
#elif THERMISTOR_ID == 51
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment