Thermistor priority issue

This commit is contained in:
InsanityAutomation
2021-04-30 21:20:07 -04:00
parent dbbdf11d75
commit 0a2f0cca93
+3 -1
View File
@@ -932,13 +932,15 @@
*/
#if ENABLED(ConfigurableThermistors)
#define TEMP_SENSOR_0 1000
#elif ENABLED(CrealityThermistor)
#define TEMP_SENSOR_0 1
#elif ENABLED(SlicePT1000)
#define TEMP_SENSOR_0 1047
#elif ENABLED(HotendMosquito)
#define TEMP_SENSOR_0 67
#elif ENABLED(HotendE3D)
#define TEMP_SENSOR_0 5
#elif ANY(HotendStock, CrealityThermistor)
#elif ENABLED(HotendStock)
#define TEMP_SENSOR_0 1
#endif