Init Kp, Ki, Kd to 0
This commit is contained in:
parent
644c376e84
commit
dbd4c17096
|
@ -209,7 +209,7 @@ void PID_autotune(float temp, int extruder, int ncycles) {
|
|||
|
||||
long bias, d;
|
||||
float Ku, Tu;
|
||||
float Kp, Ki, Kd;
|
||||
float Kp = 0, Ki = 0, Kd = 0;
|
||||
float max = 0, min = 10000;
|
||||
|
||||
#if HAS_AUTO_FAN
|
||||
|
|
Loading…
Reference in a new issue