Browse Source

Enable PID debugging for heated bed

kieranc 10 years ago
parent
commit
b9ed873827
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Configuration.h

+ 2
- 0
Marlin/Configuration.h View File

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

Loading…
Cancel
Save