From 2001093b1436d259e40fd10598dd659fc31865dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rojas=20Castiglione?= Date: Tue, 13 Aug 2024 20:47:28 -0400 Subject: [PATCH] returning to original parameters in Pinecil_V2 --- source/Core/BSP/Pinecilv2/configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Core/BSP/Pinecilv2/configuration.h b/source/Core/BSP/Pinecilv2/configuration.h index 4699d804..8ca4ff40 100644 --- a/source/Core/BSP/Pinecilv2/configuration.h +++ b/source/Core/BSP/Pinecilv2/configuration.h @@ -171,9 +171,9 @@ #define NEEDS_VBUS_PROBE 0 // No vbus probe, its not connected in pcb #define CANT_DIRECT_READ_SETTINGS // We cant memcpy settings due to flash cache #define TIP_CONTROL_PID // We use PID rather than integrator -#define TIP_PID_KP 30 //40 // Reasonable compromise for most tips so far -#define TIP_PID_KI 4 //6 // About as high for stability across tips -#define TIP_PID_KD 300 //200 // Helps dampen smaller tips; ~= nothing for larger tips +#define TIP_PID_KP 40 // Reasonable compromise for most tips so far +#define TIP_PID_KI 6 // About as high for stability across tips +#define TIP_PID_KD 200 // Helps dampen smaller tips; ~= nothing for larger tips #define FILTER_DISPLAYED_TIP_TEMP 8 // Filtering for GUI display #endif /* Pinecilv2 */