|
@@ -234,6 +234,8 @@ Here are some standard links for getting your machine calibrated:
|
234
|
234
|
// so you shouldn't use it unless you are OK with PWM on your bed. (see the comment on enabling PIDTEMPBED)
|
235
|
235
|
#define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
|
236
|
236
|
|
|
237
|
+//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
|
238
|
+
|
237
|
239
|
#ifdef PIDTEMPBED
|
238
|
240
|
//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
239
|
241
|
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
|