浏览代码

Update Configuration.h

Rerouter 8 年前
父节点
当前提交
50e5ee4de4
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      Marlin/Configuration.h

+ 0
- 3
Marlin/Configuration.h 查看文件

298
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
298
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
299
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
299
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
300
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
300
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
301
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
302
   #define K1 0.95 //smoothing factor within the PID
301
   #define K1 0.95 //smoothing factor within the PID
303
 
302
 
304
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
303
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
345
 
344
 
346
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
345
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
347
 
346
 
348
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
349
-
350
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
347
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
351
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
348
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
352
   #define  DEFAULT_bedKp 10.00
349
   #define  DEFAULT_bedKp 10.00

正在加载...
取消
保存