Update PID values for hotend, bed

Also enable PID for bed
This commit is contained in:
Danny Oh 2022-08-03 17:28:24 -07:00
parent aaf23d46af
commit f16d92d39d

View File

@ -622,9 +622,9 @@
#define DEFAULT_Ki_LIST { 1.08, 1.08 }
#define DEFAULT_Kd_LIST { 114.00, 114.00 }
#else
#define DEFAULT_Kp 9
#define DEFAULT_Ki 0.53
#define DEFAULT_Kd 100
#define DEFAULT_Kp 10.71
#define DEFAULT_Ki 0.51
#define DEFAULT_Kd 56.57
#endif
#endif