diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 7acbcfe..3ee041a 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -508,9 +508,9 @@ //#define DEFAULT_Kd 440 // Ender-3 (HW) - #define DEFAULT_Kp 18.55 //HW - #define DEFAULT_Ki 1.26 //HW - #define DEFAULT_Kd 68.11 //HW + #define DEFAULT_Kp 21.57 //HW + #define DEFAULT_Ki 1.47 //HW + #define DEFAULT_Kd 78.97 //HW #endif // PIDTEMP @@ -563,9 +563,9 @@ // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. // Ender-3 (HW) - #define DEFAULT_bedKp 87.11 //HW - #define DEFAULT_bedKi 16.20 //HW - #define DEFAULT_bedKd 312.17 //HW + #define DEFAULT_bedKp 109.13 //HW + #define DEFAULT_bedKi 21.80 //HW + #define DEFAULT_bedKd 364.12 //HW #endif // PIDTEMPBED