Adjust PRINT_END to account for paused state, should fix cancel bug when extruder temp lower than min extrude temp.

This commit is contained in:
Bassam Husain
2024-12-31 17:47:56 -05:00
parent b9ed130fd2
commit febcd7440b

View File

@@ -189,7 +189,11 @@ gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-{PRE_PURGE_PRIME_LENGTH} F400 ; retract filament
{% if not printer['pause_resume'].is_paused %}
G1 E-{PRE_PURGE_PRIME_LENGTH} F400 ; retract filament
{% endif %}
G91 ; relative positioning
# Set safe speeds