Bed PID tune

This commit is contained in:
Tomislav Kopić 2025-01-30 16:08:51 +01:00
parent 966adb34db
commit 240c0b3c87

View File

@ -776,10 +776,10 @@
// 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 295.00 #define DEFAULT_bedKp 224.22
#define DEFAULT_bedKi 35.65 #define DEFAULT_bedKi 41.91
#define DEFAULT_bedKd 610.21 #define DEFAULT_bedKd 799.79
// 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.
#else #else
//#define BED_LIMIT_SWITCHING // Keep the bed temperature within BED_HYSTERESIS of the target //#define BED_LIMIT_SWITCHING // Keep the bed temperature within BED_HYSTERESIS of the target