|
@@ -532,18 +532,12 @@
|
532
|
532
|
//#define MIN_BED_POWER 0
|
533
|
533
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
534
|
534
|
|
535
|
|
- //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
536
|
|
- //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
|
|
535
|
+ // 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
|
536
|
+ // from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
|
537
|
537
|
#define DEFAULT_bedKp 10.00
|
538
|
538
|
#define DEFAULT_bedKi .023
|
539
|
539
|
#define DEFAULT_bedKd 305.4
|
540
|
540
|
|
541
|
|
- //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
542
|
|
- //from pidautotune
|
543
|
|
- //#define DEFAULT_bedKp 97.1
|
544
|
|
- //#define DEFAULT_bedKi 1.41
|
545
|
|
- //#define DEFAULT_bedKd 1675.16
|
546
|
|
-
|
547
|
541
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
548
|
542
|
#endif // PIDTEMPBED
|
549
|
543
|
|