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