From 7852f925ce5364783a698c90542f199e6e28f07a Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 1 Feb 2022 13:06:06 +0100 Subject: [PATCH] New PID values for new thermistor type. --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 268cdb6b..83b618a3 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -696,9 +696,9 @@ // Set/get with gcode: M301 E[extruder number, 0-2] #if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_P) - #define DEFAULT_Kp 18.27 - #define DEFAULT_Ki 1.26 - #define DEFAULT_Kd 66.23 + #define DEFAULT_Kp 12.28 + #define DEFAULT_Ki 0.75 + #define DEFAULT_Kd 50.06 #endif #if ENABLED(KNUTWURST_MEGA_X)