diff --git a/cfgs/misc-macros.cfg b/cfgs/misc-macros.cfg index 85f7cba..2ca7e69 100644 --- a/cfgs/misc-macros.cfg +++ b/cfgs/misc-macros.cfg @@ -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