|
@@ -243,6 +243,8 @@ Here are some standard links for getting your machine calibrated:
|
243
|
243
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
244
|
244
|
|
245
|
245
|
#ifdef PIDTEMPBED
|
|
246
|
+ #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
|
|
247
|
+
|
246
|
248
|
//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
247
|
249
|
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
|
248
|
250
|
#define DEFAULT_bedKp 10.00
|