mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user