Add option to disable fan speed slowing in M303 (#13066)

This commit is contained in:
Nicolas G
2019-02-04 07:12:41 +01:00
committed by Scott Lahteine
parent ca1be02bf0
commit 6fb4001b58
73 changed files with 238 additions and 5 deletions

View File

@ -1260,11 +1260,14 @@
#endif
/**
* Heater & Fan Pausing
* Heater, Fan, and Probe interactions
*/
#if FAN_COUNT == 0
#undef PROBING_FANS_OFF
#undef ADAPTIVE_FAN_SLOWING
#undef NO_FAN_SLOWING_IN_PID_TUNING
#endif
#define QUIET_PROBING (HAS_BED_PROBE && (ENABLED(PROBING_HEATERS_OFF) || ENABLED(PROBING_FANS_OFF) || DELAY_BEFORE_PROBING > 0))
#define HEATER_IDLE_HANDLER (ENABLED(ADVANCED_PAUSE_FEATURE) || ENABLED(PROBING_HEATERS_OFF))