Skip to content

Commit 668b041

Browse files
committed
Enable board temp sensor for SKR E3 Turbo
1 parent 6e19fb4 commit 668b041

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Marlin/Configuration.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,11 @@
563563
#define TEMP_SENSOR_PROBE 0
564564
#define TEMP_SENSOR_CHAMBER 0
565565
#define TEMP_SENSOR_COOLER 0
566-
#define TEMP_SENSOR_BOARD 0
566+
#if ENABLED(KAD_SKR_E3_TURBO)
567+
#define TEMP_SENSOR_BOARD 1
568+
#else
569+
#define TEMP_SENSOR_BOARD 0
570+
#endif
567571
#define TEMP_SENSOR_REDUNDANT 0
568572

569573
// Dummy thermistor constant temperature readings, for use with 998 and 999

0 commit comments

Comments
 (0)