Adjust PRINT_END again to account for paused state.

This commit is contained in:
Bassam Husain
2025-01-02 02:36:14 -05:00
parent f031abd7f6
commit 033fdd7ee7

View File

@@ -190,7 +190,8 @@ gcode:
M400 ; wait for buffer to clear M400 ; wait for buffer to clear
G92 E0 ; zero the extruder G92 E0 ; zero the extruder
{% if not printer['pause_resume'].is_paused %} {% if printer['pause_resume'].is_paused|int == 0 %}
CONDITIONAL_BEEP i=3 dur=300 freq=400
G1 E-{PRE_PURGE_PRIME_LENGTH} F400 ; retract filament G1 E-{PRE_PURGE_PRIME_LENGTH} F400 ; retract filament
{% endif %} {% endif %}