Sfoglia il codice sorgente

Enable PID debugging for heated bed

kieranc 10 anni fa
parent
commit
08c543f8fb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      Marlin/example_configurations/SCARA/Configuration.h

+ 2
- 0
Marlin/example_configurations/SCARA/Configuration.h Vedi File

245
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
245
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
246
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
246
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
247
 
247
 
248
+//#define PID_BED_DEBUG // Sends debug data to the serial port.
249
+
248
 #ifdef PIDTEMPBED
250
 #ifdef PIDTEMPBED
249
 //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
251
 //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
250
 //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
252
 //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)

Loading…
Annulla
Salva