From 4b340c52bcf0996237f5db92e251c51fbc333791 Mon Sep 17 00:00:00 2001 From: jonasius Date: Wed, 7 Aug 2024 20:40:16 +0200 Subject: [PATCH] Add THERMAL_RUNAWAY config values for S99 --- source/Core/BSP/Sequre/configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Core/BSP/Sequre/configuration.h b/source/Core/BSP/Sequre/configuration.h index 0504ada3..bbf715fc 100644 --- a/source/Core/BSP/Sequre/configuration.h +++ b/source/Core/BSP/Sequre/configuration.h @@ -263,6 +263,8 @@ #define TIP_THERMAL_MASS 8 // X10 watts to raise 1 deg C in 1 second #define TIP_THERMAL_INERTIA 128 // We use a large inertia value to smooth out the drive to the tip since its stupidly sensitive +#define THERMAL_RUNAWAY_TIME_SEC 20 +#define THERMAL_RUNAWAY_TEMP_C 10 #define TIP_RESISTANCE 20 //(actually 2.5 ish but we need to be more conservative on pwm'ing watt limit) x10 ohms