From 09c3ddad950fe867839d5335b0fbd5153a0185ea Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Thu, 19 Aug 2021 16:57:05 +0200 Subject: [PATCH] Config: installed bed temp sensor --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 3fc52090f4..d3338557a0 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -490,7 +490,7 @@ #define TEMP_SENSOR_5 0 #define TEMP_SENSOR_6 0 #define TEMP_SENSOR_7 0 -#define TEMP_SENSOR_BED 0 +#define TEMP_SENSOR_BED 11 #define TEMP_SENSOR_PROBE 0 #define TEMP_SENSOR_CHAMBER 0 #define TEMP_SENSOR_COOLER 0