Update Configuration.h

This commit is contained in:
InsanityAutomation
2021-04-30 21:20:51 -04:00
parent 6430489e21
commit dfa6c2f4f1
+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