ADAPTIVE_FAN_SLOWING for MPC

MarlinFirmware/Marlin#25314
This commit is contained in:
Scott Lahteine 2023-01-30 22:07:41 -06:00
parent b2b70baf3e
commit 978cd4952c
302 changed files with 604 additions and 604 deletions

View file

@ -304,8 +304,8 @@
#define THERMAL_PROTECTION_HYSTERESIS 4 // Degrees Celsius
//#define ADAPTIVE_FAN_SLOWING // Slow part cooling fan if temperature drops
#if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP)
//#define NO_FAN_SLOWING_IN_PID_TUNING // Don't slow fan speed during M303
#if ENABLED(ADAPTIVE_FAN_SLOWING) && EITHER(MPCTEMP, PIDTEMP)
//#define TEMP_TUNING_MAINTAIN_FAN // Don't slow fan speed during M303 or M306 T
#endif
/**