From a674a95451de61d8c38e3f54bbce6af4b3458a96 Mon Sep 17 00:00:00 2001 From: macocha Date: Tue, 15 Jul 2025 17:52:13 +0000 Subject: [PATCH] fan_tach_monitor.cfg modified - 07/15/2025 - 05:52:11 PM --- printer_data/config/macros/fan_tach_monitor.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/printer_data/config/macros/fan_tach_monitor.cfg b/printer_data/config/macros/fan_tach_monitor.cfg index 29f05d8..4ad76c3 100644 --- a/printer_data/config/macros/fan_tach_monitor.cfg +++ b/printer_data/config/macros/fan_tach_monitor.cfg @@ -37,9 +37,5 @@ gcode: M117 !!FAN STOPPAGE!! RESPOND PREFIX="FAN CHECK:" MSG="Fan stoppage detected. Pausing print." PAUSE - # Turn off the hotend. - # !! Don't forget to turn your hotend back on before resume. !! - # -- If using this guide's pause/resume macros (in useful_macros.html), the hotend will automatically reheat on resume - # -- (as long as the hotend is not turned off BEFORE pause is called) - SET_HEATER_TEMPERATURE HEATER=extruder TARGET=0 + SET_HEATER_TEMPERATURE HEATER=extruder TARGET=0 # Turn off the hotend. {% endif %} \ No newline at end of file