fan_tach_monitor.cfg modified - 07/15/2025 - 05:52:11 PM

This commit is contained in:
macocha 2025-07-15 17:52:13 +00:00
parent c778a0b1c9
commit a674a95451

View file

@ -37,9 +37,5 @@ gcode:
M117 !!FAN STOPPAGE!! M117 !!FAN STOPPAGE!!
RESPOND PREFIX="FAN CHECK:" MSG="Fan stoppage detected. Pausing print." RESPOND PREFIX="FAN CHECK:" MSG="Fan stoppage detected. Pausing print."
PAUSE PAUSE
# Turn off the hotend. SET_HEATER_TEMPERATURE HEATER=extruder TARGET=0 # 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
{% endif %} {% endif %}