瀏覽代碼

📝 Update PID_PARAMS_PER_HOTEND comment (#22694)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Elliott Indiran 3 年之前
父節點
當前提交
e1056378f1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h 查看文件

@@ -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…
取消
儲存