Skip to content

Commit

Permalink
Merge pull request #501 from Swamp-Ig/patch-1
Browse files Browse the repository at this point in the history
Move retract to directly after the blob.
  • Loading branch information
moggieuk authored Nov 7, 2024
2 parents 179c71d + 8e73c25 commit 25db61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/addons/blobifier.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,9 @@ gcode:

{% endfor %}

# Retract to match what Happy Hare is expecting
G1 E-{park_vars.retracted_length} F{sequence_vars.retract_speed * 60}

# ==================================================================================
# ==================== DEPOSIT BLOB ================================================
# ==================================================================================
Expand Down Expand Up @@ -512,9 +515,6 @@ gcode:
{% endif %}

M220 S{(backup_feedrate * 100)|int}

# Final retract to match what Happy Hare is expecting
G1 E-{park_vars.retracted_length} F{sequence_vars.retract_speed * 60}
{% endif %}

RESTORE_GCODE_STATE NAME=BLOBIFIER_state
Expand Down

0 comments on commit 25db61e

Please sign in to comment.