|
@@ -595,8 +595,8 @@
|
595
|
595
|
// Set/get with gcode: M301 E[extruder number, 0-2]
|
596
|
596
|
|
597
|
597
|
#if ENABLED(PID_PARAMS_PER_HOTEND)
|
598
|
|
- // Specify between 1 and HOTENDS values per array.
|
599
|
|
- // If fewer than EXTRUDER values are provided, the last element will be repeated.
|
|
598
|
+ // Specify up to one value per hotend here, according to your setup.
|
|
599
|
+ // If there are fewer values, the last one applies to the remaining hotends.
|
600
|
600
|
#define DEFAULT_Kp_LIST { 22.20, 22.20 }
|
601
|
601
|
#define DEFAULT_Ki_LIST { 1.08, 1.08 }
|
602
|
602
|
#define DEFAULT_Kd_LIST { 114.00, 114.00 }
|