Skip to content

Commit 11c288b

Browse files
committed
PID settings from EEPROM
1 parent fb08a96 commit 11c288b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Marlin/Configuration.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,9 @@
602602
#define DEFAULT_Ki_LIST { 0.57, 0.57 }
603603
#define DEFAULT_Kd_LIST { 37.76, 37.76 }
604604
#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
608608
#endif
609609
#endif // PIDTEMP
610610

@@ -642,9 +642,9 @@
642642
//#define PID_BED_DEBUG // Sends debug data to the serial port.
643643

644644
// 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
648648

649649
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
650650
#endif // PIDTEMPBED

0 commit comments

Comments
 (0)