From f9f6cb7604266e128c1f6ab7933983a98a42812a Mon Sep 17 00:00:00 2001 From: Elliott Indiran Date: Thu, 2 Sep 2021 20:41:41 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20PID=5FPARAMS=5FPER=5FHO?= =?UTF-8?q?TEND=20comment=20(#22694)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Scott Lahteine --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index f01d913d2792..a3ee80b80df9 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -624,8 +624,8 @@ G1 F200 E3 ;подать в экструдер 5мм филамента. // Set/get with gcode: M301 E[extruder number, 0-2] #if ENABLED(PID_PARAMS_PER_HOTEND) - // Specify between 1 and HOTENDS values per array. - // If fewer than EXTRUDER values are provided, the last element will be repeated. + // Specify up to one value per hotend here, according to your setup. + // If there are fewer values, the last one applies to the remaining hotends. #define DEFAULT_Kp_LIST { 22.20, 22.20 } #define DEFAULT_Ki_LIST { 1.08, 1.08 } #define DEFAULT_Kd_LIST { 114.00, 114.00 }