瀏覽代碼

Added changes to the 'new' Configuration.h s

AnHardt 10 年之前
父節點
當前提交
e85061d20d

+ 2
- 0
Marlin/configurator/config/Configuration.h 查看文件

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

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

215
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
215
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
216
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
216
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
217
 
217
 
218
+//#define PID_BED_DEBUG // Sends debug data to the serial port.
219
+
218
 #ifdef PIDTEMPBED
220
 #ifdef PIDTEMPBED
219
 // Felix Foil Heater
221
 // Felix Foil Heater
220
    #define DEFAULT_bedKp 103.37
222
    #define DEFAULT_bedKp 103.37

+ 2
- 0
Marlin/example_configurations/Felix/Configuration_DUAL.h 查看文件

215
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
215
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
216
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
216
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
217
 
217
 
218
+//#define PID_BED_DEBUG // Sends debug data to the serial port.
219
+
218
 #ifdef PIDTEMPBED
220
 #ifdef PIDTEMPBED
219
 // Felix Foil Heater
221
 // Felix Foil Heater
220
    #define DEFAULT_bedKp 103.37
222
    #define DEFAULT_bedKp 103.37

+ 2
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

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

Loading…
取消
儲存