|
@@ -486,12 +486,13 @@
|
486
|
486
|
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
|
487
|
487
|
//#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders)
|
488
|
488
|
// Set/get with gcode: M301 E[extruder number, 0-2]
|
|
489
|
+
|
489
|
490
|
#if ENABLED(PID_PARAMS_PER_HOTEND)
|
490
|
491
|
// Specify between 1 and HOTENDS values per array.
|
491
|
492
|
// If fewer than EXTRUDER values are provided, the last element will be repeated.
|
492
|
|
- #define DEFAULT_Kp_LIST { 22.20, 20.0 }
|
493
|
|
- #define DEFAULT_Ki_LIST { 1.08, 1.0 }
|
494
|
|
- #define DEFAULT_Kd_LIST { 114.00, 112.0 }
|
|
493
|
+ #define DEFAULT_Kp_LIST { 22.20, 22.20 }
|
|
494
|
+ #define DEFAULT_Ki_LIST { 1.08, 1.08 }
|
|
495
|
+ #define DEFAULT_Kd_LIST { 114.00, 114.00 }
|
495
|
496
|
#else
|
496
|
497
|
#define DEFAULT_Kp 22.20
|
497
|
498
|
#define DEFAULT_Ki 1.08
|