mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-10 00:07:55 -06:00
parent
f09457cb33
commit
1d350276b0
271 changed files with 1084 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue