Add maximum bed integral term in example configurations.
This commit is contained in:
parent
e86f2342c0
commit
d46d9d998e
12 changed files with 24 additions and 0 deletions
|
|
@ -256,6 +256,8 @@ Here are some standard links for getting your machine calibrated:
|
|||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||
|
||||
#ifdef PIDTEMPBED
|
||||
#define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
|
||||
|
||||
//Kossel Pro heated bed plate with borosilicate glass
|
||||
//from pidautotune (M303 E-1 S60 C8)
|
||||
#define DEFAULT_bedKp 370.25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue