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