Browse Source

Fix thermistor 501 name (#13839)

jmdearras 6 years ago
parent
commit
68004174d9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/lcd/thermistornames.h

+ 2
- 0
Marlin/src/lcd/thermistornames.h View File

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

Loading…
Cancel
Save