From 0033187a6e53961c654b39eb844955c72d815ad0 Mon Sep 17 00:00:00 2001 From: Till Date: Thu, 3 Sep 2020 13:49:37 +0200 Subject: [PATCH] Update Configuration.h added temp_sensor_0 21 for integration test --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 8cd2faf7f8..2af9d820ed 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -416,7 +416,7 @@ * 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below. * 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below. */ -#define TEMP_SENSOR_0 1 +#define TEMP_SENSOR_0 21 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_3 0