New PID Values for new thermistor settings

This commit is contained in:
Knutwurst
2022-01-24 19:47:03 +01:00
parent 66eeb0d7ec
commit 425f89e924

View File

@@ -696,9 +696,9 @@
// Set/get with gcode: M301 E[extruder number, 0-2] // Set/get with gcode: M301 E[extruder number, 0-2]
#if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_P) #if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_P)
#define DEFAULT_Kp 15.94 #define DEFAULT_Kp 18.27
#define DEFAULT_Ki 1.17 #define DEFAULT_Ki 1.26
#define DEFAULT_Kd 54.19 #define DEFAULT_Kd 66.23
#endif #endif
#if ENABLED(KNUTWURST_MEGA_X) #if ENABLED(KNUTWURST_MEGA_X)