We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb08a96 commit 11c288bCopy full SHA for 11c288b
Marlin/Configuration.h
@@ -602,9 +602,9 @@
602
#define DEFAULT_Ki_LIST { 0.57, 0.57 }
603
#define DEFAULT_Kd_LIST { 37.76, 37.76 }
604
#else
605
- #define DEFAULT_Kp 9.31
606
- #define DEFAULT_Ki 0.57
607
- #define DEFAULT_Kd 37.76
+ #define DEFAULT_Kp 13.12
+ #define DEFAULT_Ki 0.85
+ #define DEFAULT_Kd 50.51
608
#endif
609
#endif // PIDTEMP
610
@@ -642,9 +642,9 @@
642
//#define PID_BED_DEBUG // Sends debug data to the serial port.
643
644
// Genius
645
- #define DEFAULT_bedKp 92.46
646
- #define DEFAULT_bedKi 16.12
647
- #define DEFAULT_bedKd 132.55
+ #define DEFAULT_bedKp 45.20
+ #define DEFAULT_bedKi 7.46
+ #define DEFAULT_bedKd 182.66
648
649
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
650
#endif // PIDTEMPBED
0 commit comments