Bladeren bron

Enable PID debugging for heated bed

kieranc 9 jaren geleden
bovenliggende
commit
21bd4fd6db
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2
    0
      Marlin/example_configurations/delta/Configuration.h

+ 2
- 0
Marlin/example_configurations/delta/Configuration.h Bestand weergeven

@@ -242,6 +242,8 @@ Here are some standard links for getting your machine calibrated:
242 242
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
243 243
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
244 244
 
245
+//#define PID_BED_DEBUG // Sends debug data to the serial port.
246
+
245 247
 #ifdef PIDTEMPBED
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)

Laden…
Annuleren
Opslaan