From 2aeafb7c8c09a8047f95a8c927b43b39ca6896dd Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 20 Dec 2020 23:12:26 -0500 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 83b6b281df..24f6ae0ded 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -11,10 +11,10 @@ //#define STOCK_2208 // V2 Stock Board with TMC2208 Drivers //#define SKR13 // 32 bit board - assumes 2208 drivers //#define SKR14 -//#define SKR14Turbo -//#define SKR_2209 +#define SKR14Turbo +#define SKR_2209 //#define E_8825 -//#define SKR_UART // Configure SKR board with drivers in UART mode +#define SKR_UART // Configure SKR board with drivers in UART mode //#define SX2 // Small formfactor 200mm machine @@ -471,7 +471,7 @@ #define TEMP_SENSOR_0 1 #endif #if ENABLED(SliceDualHeater) - #define TEMP_SENSOR_1 TEMP_SENSOR_0 + #define TEMP_SENSOR_1 0 #else #define TEMP_SENSOR_1 0 #endif @@ -498,7 +498,7 @@ // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings // from the two sensors differ too much the print will be aborted. #if ENABLED(SliceDualHeater) - #define TEMP_SENSOR_1_AS_REDUNDANT + //#define TEMP_SENSOR_1_AS_REDUNDANT #endif #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10