mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 22:14:06 -06:00
Revert bad PID for FLSUN/Q5 (#292)
This commit is contained in:
parent
c900165df7
commit
4158f0b5b0
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue