diff --git a/macros/helpers/heatsoak.cfg b/macros/helpers/heatsoak.cfg index cf0b25fb3..f1015024f 100644 --- a/macros/helpers/heatsoak.cfg +++ b/macros/helpers/heatsoak.cfg @@ -51,7 +51,7 @@ gcode: M190 S{SETPOINT_TEMP} {% if TIME > 0 %} - {% for i in range(1, TIME) %} + {% for i in range(0, TIME) %} RESPOND MSG="Heatsoak bed, {TIME-i}mn left..." G4 P{60000 * 1} {% endfor %}