Skip to content

Commit

Permalink
* Bed isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored and Michael committed Jun 27, 2021
1 parent d90694c commit 67da107
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 @@ -523,9 +523,9 @@
#define DEFAULT_Kd_LIST { 78.81, 78.81 }
#else
// Ender 3 v2
#define DEFAULT_Kp 18.98
#define DEFAULT_Ki 1.13
#define DEFAULT_Kd 79.87
#define DEFAULT_Kp 18.33
#define DEFAULT_Ki 1.05
#define DEFAULT_Kd 79.73
#endif
#endif // PIDTEMP

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

// Ender 3 V2
#define DEFAULT_bedKp 139.45
#define DEFAULT_bedKi 27.18
#define DEFAULT_bedKd 476.95
#define DEFAULT_bedKp 108.21
#define DEFAULT_bedKi 20.77
#define DEFAULT_bedKd 375.88

// 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 67da107

Please sign in to comment.