Skip to content
Snippets Groups Projects
Commit c94ca24a authored by Daid's avatar Daid
Browse files

Fixed #317

parent 99e9554e
Branches
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ void Config_ResetDefault()
#ifdef PIDTEMP
Kp = DEFAULT_Kp;
Ki = (DEFAULT_Ki*PID_dT);
Kd = (DEFAULT_Kp/PID_dT);
Kd = (DEFAULT_Kd/PID_dT);
#ifdef PID_ADD_EXTRUSION_RATE
Kc = DEFAULT_Kc;
#endif//PID_ADD_EXTRUSION_RATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment