Browse Source

Bring thermistor names up to date (#18303)

vanilla_fb_2.0.x
MESlammer 4 years ago
committed by GitHub
parent
commit
bc43a28587
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Marlin/src/lcd/thermistornames.h

8
Marlin/src/lcd/thermistornames.h

@ -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

Loading…
Cancel
Save