fan_tach_monitor.cfg modified - 07/15/2025 - 05:50:35 PM
This commit is contained in:
parent
40ccae13cf
commit
6a9003c478
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ gcode:
|
|||
{% if (he_target >= fan_on_temp) and (rpm < min_rpm) and (he_temp >= fan_on_temp) %}
|
||||
SET_GCODE_VARIABLE MACRO=HOTEND_FAN_CHECK VARIABLE=he_stop_count VALUE={he_stop_count + 1}
|
||||
RESPOND PREFIX="HOTEND FAN CHECK:" MSG="Fan stoppage detected ({he_stop_count+1}/{max_consecutive_stops})."
|
||||
M400
|
||||
{% if printer["gcode_macro HOTEND_FAN_CHECK"].he_stop_count|int >= max_consecutive_stops-1 %}
|
||||
M400
|
||||
FAN_STOPPAGE_ROUTINE
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue