Skip to content

Commit

Permalink
improved blobifier nozzle pressure relieve
Browse files Browse the repository at this point in the history
  • Loading branch information
Dendrowen committed Mar 11, 2024
1 parent b20b86c commit 1348441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/addons/blobifier.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ gcode:
BLOBIFIER_SERVO POS=in
# Move the toolhead down to purge_start height lowering the blob below the tray
G90 # absolute positioning
G1 Z{tray_top}
G1 Z{tray_top} F{travel_spd_z}
# Extend the tray to 'cut off' the blob and prepare for the next blob
BLOBIFIER_SERVO POS=out
BLOBIFIER_SERVO POS=in
Expand All @@ -442,6 +442,7 @@ gcode:
{% endif %}
{% endfor %}
{% endif %}
G1 Z{tray_top + 1} F{travel_spd_z}
G4 P{pressure_release_time}
BLOBIFIER_CLEAN

Expand Down

0 comments on commit 1348441

Please sign in to comment.