Lower P/I Terms

This commit is contained in:
Ben V. Brown
2024-06-08 15:21:41 +10:00
parent 14b92cde08
commit 41359e60db

View File

@@ -168,8 +168,8 @@
#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 45 // Reasonable compromise for most tips so far
#define TIP_PID_KI 9 // About as high for stability across 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