Skip to content

Commit

Permalink
Bed PID Values
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Jun 12, 2021
1 parent 97dacdf commit 2d8be4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,9 @@

// 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
// from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
#define DEFAULT_bedKp 10.00
#define DEFAULT_bedKi .023
#define DEFAULT_bedKd 305.4
#define DEFAULT_bedKp 130.11
#define DEFAULT_bedKi 24.82
#define DEFAULT_bedKd 454.79

// 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 2d8be4d

Please sign in to comment.