Revert bad PID for FLSUN/Q5 (#292)

This commit is contained in:
Jason Smith 2020-11-06 23:29:59 -08:00 committed by GitHub
parent c900165df7
commit 4158f0b5b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -503,10 +503,9 @@
#define DEFAULT_Ki_LIST { 1.08, 1.0 }
#define DEFAULT_Kd_LIST { 114.00, 112.0 }
#else
// flsun Q5 via M303 C8 E-1 S60
#define DEFAULT_bedKp 80.77
#define DEFAULT_bedKi 15.74
#define DEFAULT_bedKd 276.27
#define DEFAULT_Kp 22.20
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114.00
#endif
#endif // PIDTEMP