Temperature variance monitor (#23373)

This commit is contained in:
John Lagonikas
2022-01-02 02:18:07 +02:00
committed by GitHub
parent 4de84031d8
commit 63f71d85f2
7 changed files with 64 additions and 9 deletions

View File

@@ -349,6 +349,10 @@
#define WATCH_COOLER_TEMP_INCREASE 3 // Degrees Celsius
#endif
#if ANY(THERMAL_PROTECTION_HOTENDS, THERMAL_PROTECTION_BED, THERMAL_PROTECTION_CHAMBER, THERMAL_PROTECTION_COOLER)
#define THERMAL_PROTECTION_VARIANCE_MONITOR // Detect a sensor malfunction preventing temperature updates
#endif
#if ENABLED(PIDTEMP)
// Add an experimental additional term to the heater power, proportional to the extrusion speed.
// A well-chosen Kc value should add just enough power to melt the increased material volume.