Changed PID after tuning

This commit is contained in:
efflicto
2023-11-11 00:27:03 +01:00
parent a8fa1b807b
commit fa28fff246

View File

@@ -667,9 +667,9 @@
#define DEFAULT_Ki_LIST { 1.08, 1.08 } #define DEFAULT_Ki_LIST { 1.08, 1.08 }
#define DEFAULT_Kd_LIST { 114.00, 114.00 } #define DEFAULT_Kd_LIST { 114.00, 114.00 }
#else #else
#define DEFAULT_Kp 22.20 #define DEFAULT_Kp 24.24
#define DEFAULT_Ki 1.08 #define DEFAULT_Ki 2.46
#define DEFAULT_Kd 114.00 #define DEFAULT_Kd 59.63
#endif #endif
#endif #endif
@@ -752,9 +752,9 @@
// 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) // 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) // 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 10.00 #define DEFAULT_bedKp 198.07
#define DEFAULT_bedKi .023 #define DEFAULT_bedKi 38.68
#define DEFAULT_bedKd 305.4 #define DEFAULT_bedKd 676.06
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#endif // PIDTEMPBED #endif // PIDTEMPBED