From d632afbc74ccc30507618fdf9684693c1ec393f0 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:45:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Default=20has=20Heated=20Bed=20(?= =?UTF-8?q?#941)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MarlinFirmware/Marlin#25895 --- config/default/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/Configuration.h b/config/default/Configuration.h index 5f4995724b..7d7a8ba500 100644 --- a/config/default/Configuration.h +++ b/config/default/Configuration.h @@ -558,7 +558,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 1 #define TEMP_SENSOR_PROBE 0 #define TEMP_SENSOR_CHAMBER 0 #define TEMP_SENSOR_COOLER 0