diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index f15e69368c..de212ac1f6 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -667,10 +667,9 @@ #define DEFAULT_Ki_LIST { 1.08, 1.08 } #define DEFAULT_Kd_LIST { 114.00, 114.00 } #else - #define DEFAULT_Kp 24.24 - #define DEFAULT_Ki 2.46 - #define DEFAULT_Kd 59.63 - #endif + #define DEFAULT_Kp 24.39 + #define DEFAULT_Ki 2.29 + #define DEFAULT_Kd 64.88 #endif /** @@ -752,9 +751,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 65.76 - #define DEFAULT_bedKi 12.45 - #define DEFAULT_bedKd 231.48 + #define DEFAULT_bedKp 95.54 + #define DEFAULT_bedKi 18.66 + #define DEFAULT_bedKd 326.13 // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. #endif // PIDTEMPBED