Skip to content

Commit

Permalink
Add THERMAL_RUNAWAY config values for S99
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasius committed Aug 7, 2024
1 parent e667189 commit 4b340c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Core/BSP/Sequre/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b340c5

Please sign in to comment.