Browse Source

Add THERMISTOR_NAME for 1000

pull/1/head
Scott Lahteine 5 years ago
parent
commit
efe651e749
  1. 2
      Marlin/src/lcd/thermistornames.h

2
Marlin/src/lcd/thermistornames.h

@ -116,5 +116,7 @@
#define THERMISTOR_NAME "Dummy 1"
#elif THERMISTOR_ID == 999
#define THERMISTOR_NAME "Dummy 2"
#elif THERMISTOR_ID == 1000
#define THERMISTOR_NAME "Custom"
#endif // THERMISTOR_ID

Loading…
Cancel
Save