Parcourir la source

📝 Update PID_PARAMS_PER_HOTEND comment (#22694)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Elliott Indiran il y a 3 ans
Parent
révision
e1056378f1
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Voir le fichier

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

Chargement…
Annuler
Enregistrer