浏览代码

[2.0.x] Enable PIDTEMPBED in Anet A8 example config (#12655)

Ondřej Nový 6 年前
父节点
当前提交
0572be9439
共有 1 个文件被更改,包括 11 次插入5 次删除
  1. 11
    5
      Marlin/src/config/examples/Anet/A8/Configuration.h

+ 11
- 5
Marlin/src/config/examples/Anet/A8/Configuration.h 查看文件

439
  * heater. If your configuration is significantly different than this and you don't understand
439
  * heater. If your configuration is significantly different than this and you don't understand
440
  * the issues involved, don't use bed PID until someone else verifies that your hardware works.
440
  * the issues involved, don't use bed PID until someone else verifies that your hardware works.
441
  */
441
  */
442
-//#define PIDTEMPBED
442
+#define PIDTEMPBED
443
 
443
 
444
-#define BED_LIMIT_SWITCHING
444
+//#define BED_LIMIT_SWITCHING
445
 
445
 
446
 /**
446
 /**
447
  * Max Bed Power
447
  * Max Bed Power
457
 
457
 
458
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
458
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
459
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
459
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
460
-  #define DEFAULT_bedKp 10.00
461
-  #define DEFAULT_bedKi .023
462
-  #define DEFAULT_bedKd 305.4
460
+  //#define DEFAULT_bedKp 10.00
461
+  //#define DEFAULT_bedKi .023
462
+  //#define DEFAULT_bedKd 305.4
463
 
463
 
464
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
464
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
465
   //from pidautotune
465
   //from pidautotune
467
   //#define DEFAULT_bedKi 1.41
467
   //#define DEFAULT_bedKi 1.41
468
   //#define DEFAULT_bedKd 1675.16
468
   //#define DEFAULT_bedKd 1675.16
469
 
469
 
470
+  // ANET A8
471
+  // original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
472
+  #define DEFAULT_bedKp 295.00
473
+  #define DEFAULT_bedKi 35.65
474
+  #define DEFAULT_bedKd 610.21
475
+
470
   // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
476
   // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
471
 #endif // PIDTEMPBED
477
 #endif // PIDTEMPBED
472
 
478
 

正在加载...
取消
保存