mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
parent
f2a25dc1ed
commit
fb854e3ffd
1 changed files with 6 additions and 6 deletions
|
@ -687,13 +687,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 { 23.89, 23.89 }
|
#define DEFAULT_Kp_LIST { 8.00, 8.00 }
|
||||||
#define DEFAULT_Ki_LIST { 1.37, 1.37 }
|
#define DEFAULT_Ki_LIST { 2.00, 2.00 }
|
||||||
#define DEFAULT_Kd_LIST { 104.50, 104.50 }
|
#define DEFAULT_Kd_LIST { 200.00, 200.00 }
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_Kp 23.89
|
#define DEFAULT_Kp 8.00
|
||||||
#define DEFAULT_Ki 1.37
|
#define DEFAULT_Ki 2.00
|
||||||
#define DEFAULT_Kd 104.50
|
#define DEFAULT_Kd 200.00
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define BANG_MAX 255 // Limit hotend current while in bang-bang mode; 255=full current
|
#define BANG_MAX 255 // Limit hotend current while in bang-bang mode; 255=full current
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue