diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6daf93a376d9..2aba517c96d0 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -602,9 +602,9 @@ #define DEFAULT_Ki_LIST { 0.57, 0.57 } #define DEFAULT_Kd_LIST { 37.76, 37.76 } #else - #define DEFAULT_Kp 9.31 - #define DEFAULT_Ki 0.57 - #define DEFAULT_Kd 37.76 + #define DEFAULT_Kp 13.12 + #define DEFAULT_Ki 0.85 + #define DEFAULT_Kd 50.51 #endif #endif // PIDTEMP @@ -642,9 +642,9 @@ //#define PID_BED_DEBUG // Sends debug data to the serial port. // Genius - #define DEFAULT_bedKp 92.46 - #define DEFAULT_bedKi 16.12 - #define DEFAULT_bedKd 132.55 + #define DEFAULT_bedKp 45.20 + #define DEFAULT_bedKi 7.46 + #define DEFAULT_bedKd 182.66 // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. #endif // PIDTEMPBED