Update PID tuning values

main
Ian Mancini 2 years ago
parent 46ee822180
commit 69e756f899

@ -602,13 +602,13 @@
#if ENABLED(PID_PARAMS_PER_HOTEND) #if ENABLED(PID_PARAMS_PER_HOTEND)
// Specify up to one value per hotend here, according to your setup. // Specify up to one value per hotend here, according to your setup.
// If there are fewer values, the last one applies to the remaining hotends. // If there are fewer values, the last one applies to the remaining hotends.
#define DEFAULT_Kp_LIST { 21.00, 20.00 } #define DEFAULT_Kp_LIST { 34.75, 34.75 }
#define DEFAULT_Ki_LIST { 1.25, 1.25 } #define DEFAULT_Ki_LIST { 3.14, 3.14 }
#define DEFAULT_Kd_LIST { 86.00, 86.00 } #define DEFAULT_Kd_LIST { 96.07, 96.07 }
#else #else
#define DEFAULT_Kp 21.00 #define DEFAULT_Kp 34.75
#define DEFAULT_Ki 1.25 #define DEFAULT_Ki 3.14
#define DEFAULT_Kd 86.00 #define DEFAULT_Kd 96.07
#endif #endif
#endif // PIDTEMP #endif // PIDTEMP

Loading…
Cancel
Save