Browse Source

📝 Update PID_PARAMS_PER_HOTEND comment (#22694)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Elliott Indiran 2 years ago
parent
commit
e1056378f1
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -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 }

Loading…
Cancel
Save