From 7ef2dbdac30df099f63fb4c831f686988d69615b Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 21 Jan 2022 18:07:26 +0100 Subject: [PATCH] Set correct thermistor type for all stock anycubic printers. --- Marlin/Configuration.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 473b1ed6..e857e49c 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -581,11 +581,7 @@ * 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below. * */ -#if ENABLED(KNUTWURST_4MAXP2) - #define TEMP_SENSOR_0 1 -#else - #define TEMP_SENSOR_0 5 -#endif +#define TEMP_SENSOR_0 11 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_3 0