From 2d8be4d29f54d0303d6ed0ee38ef15f5b5c7fa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Garc=C3=AAs?= Date: Sat, 12 Jun 2021 22:36:51 +0100 Subject: [PATCH] Bed PID Values --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 50fc1ae7d0de..27a97e42b06f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -563,9 +563,9 @@ // 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 10.00 - #define DEFAULT_bedKi .023 - #define DEFAULT_bedKd 305.4 + #define DEFAULT_bedKp 130.11 + #define DEFAULT_bedKi 24.82 + #define DEFAULT_bedKd 454.79 // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. #endif // PIDTEMPBED