Skip to content

Commit

Permalink
PID settings from EEPROM
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Oct 21, 2021
1 parent fb08a96 commit 11c288b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,9 @@
#define DEFAULT_Ki_LIST { 0.57, 0.57 }
#define DEFAULT_Kd_LIST { 37.76, 37.76 }
#else
#define DEFAULT_Kp 9.31
#define DEFAULT_Ki 0.57
#define DEFAULT_Kd 37.76
#define DEFAULT_Kp 13.12
#define DEFAULT_Ki 0.85
#define DEFAULT_Kd 50.51
#endif
#endif // PIDTEMP

Expand Down Expand Up @@ -642,9 +642,9 @@
//#define PID_BED_DEBUG // Sends debug data to the serial port.

// Genius
#define DEFAULT_bedKp 92.46
#define DEFAULT_bedKi 16.12
#define DEFAULT_bedKd 132.55
#define DEFAULT_bedKp 45.20
#define DEFAULT_bedKi 7.46
#define DEFAULT_bedKd 182.66

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

0 comments on commit 11c288b

Please sign in to comment.