📝 Update PID_PARAMS_PER_HOTEND comment

MarlinFirmware/Marlin#22694
This commit is contained in:
Scott Lahteine 2021-09-02 22:32:08 -05:00
parent 992c1ea154
commit 7d9bf1787e
282 changed files with 564 additions and 564 deletions

View file

@ -595,8 +595,8 @@
// Overlord with new nozzle with integrated probe, update using M303
#if ENABLED(PID_PARAMS_PER_HOTEND)
// Specify between 1 and HOTENDS values per array.
// If fewer than EXTRUDER values are provided, the last element will be repeated.
// 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.
#define DEFAULT_Kp_LIST { 8.62, 8.62 }
#define DEFAULT_Ki_LIST { 0.55, 0.55 }
#define DEFAULT_Kd_LIST { 33.89, 33.89 }