M81 D / S - Power-off Delay (#23396)

This commit is contained in:
John Lagonikas
2022-01-03 18:11:39 +02:00
committed by GitHub
parent b8a376a28a
commit 9a194826e3
9 changed files with 130 additions and 42 deletions

View File

@@ -993,7 +993,12 @@ class Temperature {
static int16_t read_max_tc(TERN_(HAS_MULTI_MAX_TC, const uint8_t hindex=0));
#endif
static void update_autofans();
#if HAS_AUTO_FAN
#if ENABLED(POWER_OFF_WAIT_FOR_COOLDOWN)
static bool autofans_on;
#endif
static void update_autofans();
#endif
#if HAS_HOTEND
static float get_pid_output_hotend(const uint8_t e);