From 40d3d09d5be9da1a05d9468d19d5342c1756c033 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sat, 5 Sep 2020 13:10:04 +0200 Subject: [PATCH] Revert T0 Sensor type from 11 to 5. --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index fea8e83a..436eba9a 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -551,7 +551,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 11 // 5 is Anycubic default, but the documentation says 11 +#define TEMP_SENSOR_0 5 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_3 0