Update source/Core/BSP/Pinecilv2/configuration.h

Co-authored-by: discip <53649486+discip@users.noreply.github.com>
This commit is contained in:
Tomás Rojas C
2024-08-13 20:43:47 -04:00
committed by Ben V. Brown
parent c6705ac3c2
commit c336ec7773

View File

@@ -171,9 +171,9 @@
#define NEEDS_VBUS_PROBE 0 // No vbus probe, its not connected in pcb #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 CANT_DIRECT_READ_SETTINGS // We cant memcpy settings due to flash cache
#define TIP_CONTROL_PID // We use PID rather than integrator #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_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_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_KD 300 //200 // Helps dampen smaller tips; ~= nothing for larger tips
#define FILTER_DISPLAYED_TIP_TEMP 8 // Filtering for GUI display #define FILTER_DISPLAYED_TIP_TEMP 8 // Filtering for GUI display
#endif /* Pinecilv2 */ #endif /* Pinecilv2 */