mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Adjust PRINT_END again to account for paused state.
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user