Bladeren bron

📝 Update PID_PARAMS_PER_HOTEND comment (#22694)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Elliott Indiran 3 jaren geleden
bovenliggende
commit
e1056378f1
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Bestand weergeven

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

Laden…
Annuleren
Opslaan