Browse Source

Fix thermistor 501 name (#13839)

pull/1/head
jmdearras 5 years ago
committed by Scott Lahteine
parent
commit
68004174d9
  1. 2
      Marlin/src/lcd/thermistornames.h

2
Marlin/src/lcd/thermistornames.h

@ -96,6 +96,8 @@
#define THERMISTOR_NAME "PT100 1K"
#elif THERMISTOR_ID == 666
#define THERMISTOR_NAME "Einstart S"
#elif THERMISTOR_ID == 501
#define THERMISTOR_NAME "Zonestar (Tronxy X3A)"
// High Temperature thermistors
#elif THERMISTOR_ID == 61

Loading…
Cancel
Save