From 240c0b3c872f38d4f2df9749881e2390bf4520a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Thu, 30 Jan 2025 16:08:51 +0100 Subject: [PATCH] Bed PID tune --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 3d3f71d..fcc3f22 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -776,10 +776,10 @@ // 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) // from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10) - #define DEFAULT_bedKp 295.00 - #define DEFAULT_bedKi 35.65 - #define DEFAULT_bedKd 610.21 - + #define DEFAULT_bedKp 224.22 + #define DEFAULT_bedKi 41.91 + #define DEFAULT_bedKd 799.79 + // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. #else //#define BED_LIMIT_SWITCHING // Keep the bed temperature within BED_HYSTERESIS of the target