From 99d49108c121e5c3fbae78bb08dc25dd0c2adc3c Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 23 Aug 2020 18:12:31 -0400 Subject: [PATCH] Make thermal timing more forgiving, at least until PID can be better tuned for BMG-M --- Marlin/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index b8248ffea8..0957a2a25d 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -182,8 +182,8 @@ * and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set * below 2. */ - #define WATCH_TEMP_PERIOD 40 // Seconds - #define WATCH_TEMP_INCREASE 10 // Degrees Celsius + #define WATCH_TEMP_PERIOD 50 // Seconds + #define WATCH_TEMP_INCREASE 5 // Degrees Celsius #endif /**