Parcourir la source

Enable PID debugging for heated bed

kieranc il y a 9 ans
Parent
révision
c89413db1e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      Marlin/example_configurations/K8200/Configuration.h

+ 2
- 0
Marlin/example_configurations/K8200/Configuration.h Voir le fichier

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

Chargement…
Annuler
Enregistrer