Commit 11c288b 1 parent fb08a96 commit 11c288b Copy full SHA for 11c288b
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 602
602
#define DEFAULT_Ki_LIST { 0.57, 0.57 }
603
603
#define DEFAULT_Kd_LIST { 37.76, 37.76 }
604
604
#else
605
- #define DEFAULT_Kp 9.31
606
- #define DEFAULT_Ki 0.57
607
- #define DEFAULT_Kd 37.76
605
+ #define DEFAULT_Kp 13.12
606
+ #define DEFAULT_Ki 0.85
607
+ #define DEFAULT_Kd 50.51
608
608
#endif
609
609
#endif // PIDTEMP
610
610
642
642
//#define PID_BED_DEBUG // Sends debug data to the serial port.
643
643
644
644
// Genius
645
- #define DEFAULT_bedKp 92.46
646
- #define DEFAULT_bedKi 16.12
647
- #define DEFAULT_bedKd 132.55
645
+ #define DEFAULT_bedKp 45.20
646
+ #define DEFAULT_bedKi 7.46
647
+ #define DEFAULT_bedKd 182.66
648
648
649
649
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
650
650
#endif // PIDTEMPBED
You can’t perform that action at this time.
0 commit comments