浏览代码

Enable PID debugging for heated bed

kieranc 9 年前
父节点
当前提交
8ccdac9898
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

+ 2
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

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

正在加载...
取消
保存