From d64f1bf579a0df9e691bdb9d37412be54664de59 Mon Sep 17 00:00:00 2001 From: larsm <post@larsm.org> Date: Wed, 22 Jan 2020 22:13:07 +0100 Subject: [PATCH] =?UTF-8?q?WATCH=5FTEMP=5FPERIOD=20von=2020=20auf=2035=20s?= =?UTF-8?q?=20erh=C3=B6ht=20weil=20hotend=20sehr=20tr=C3=A4ge=20ist.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index c4def7f..94388e4 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -157,7 +157,7 @@ * and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set * below 2. */ - #define WATCH_TEMP_PERIOD 20 // Seconds + #define WATCH_TEMP_PERIOD 35 // Seconds #define WATCH_TEMP_INCREASE 2 // Degrees Celsius #endif -- GitLab