PID now per extruder. Fixed typo
This commit is contained in:
parent
0ac452e252
commit
6752cb2d9c
7 changed files with 125 additions and 72 deletions
|
|
@ -136,6 +136,17 @@
|
|||
// #define DEFAULT_Kd 440
|
||||
#endif // PIDTEMP
|
||||
|
||||
// PID parameters for 2nd extruder
|
||||
#define DEFAULT_Kp_E1 22.2
|
||||
#define DEFAULT_Ki_E1 1.08
|
||||
#define DEFAULT_Kd_E1 114
|
||||
|
||||
|
||||
// PID parameters for 3th extruder
|
||||
// #define DEFAULT_Kp_E2 22.2
|
||||
// #define DEFAULT_Ki_E2 1.08
|
||||
// #define DEFAULT_Kd_E2 114
|
||||
|
||||
// Bed Temperature Control
|
||||
// Select PID or bang-bang with PIDTEMPBED. If bang-bang, BED_LIMIT_SWITCHING will enable hysteresis
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue