Skip to content

Commit

Permalink
pid
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall-A committed May 5, 2024
1 parent b1c4253 commit 519149f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,9 @@
#define DEFAULT_Ki_LIST { 1.08, 1.08 }
#define DEFAULT_Kd_LIST { 114.00, 114.00 }
#else
#define DEFAULT_Kp 22.89
#define DEFAULT_Ki 1.87
#define DEFAULT_Kd 70.18
#define DEFAULT_Kp 36.87 // MODIFIED BY LYALL
#define DEFAULT_Ki 4.05 // MODIFIED BY LYALL
#define DEFAULT_Kd 84.06 // MODIFIED BY LYALL
#endif
#else
#define BANG_MAX 255 // Limit hotend current while in bang-bang mode; 255=full current
Expand Down Expand Up @@ -774,9 +774,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 462.10
#define DEFAULT_bedKi 85.47
#define DEFAULT_bedKd 624.59
#define DEFAULT_bedKp 241.26 // MODIFIED BY LYALL
#define DEFAULT_bedKi 47.12 // MODIFIED BY LYALL
#define DEFAULT_bedKd 823.5 // MODIFIED BY LYALL

// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#else
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* ---VERSION HISTORY---
* V1: Custom info and disabled buzzer by default
* V2: Z offset, E steps and enable leveling after G28
* V2: Z offset, E steps, PID and enable leveling after G28
*/
#define SHORT_BUILD_VERSION "Derek Firmware V2" // MODIFIED BY LYALL

Expand Down
Binary file not shown.

0 comments on commit 519149f

Please sign in to comment.