Skip to content

Commit

Permalink
Update Line_Purge.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleisah authored Jul 8, 2023
1 parent a444315 commit 98f1c64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Configuration/Line_Purge.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ gcode:
{% set purge_y_origin = ([purge_y_min - purge_margin, 0] | max) %} # Add margin to y min, compare to 0, and choose the larger

# Calculate purge speed
{% set purge_move_speed = (flow_rate / cross_section) * 60 | float %}
{% set purge_move_speed = (flow_rate / 5.0) * 60 | float %}

{% if cross_section != 5 %}
{% if cross_section < 5 %}

{action_respond_info("[Extruder] max_extrude_cross_section is not configured correctly, please set it to 5. Purge skipped.")}
{action_respond_info("[Extruder] max_extrude_cross_section is insufficient for purge, please set it to 5 or greater. Purge skipped.")}

{% else %}

Expand Down Expand Up @@ -110,4 +110,4 @@ gcode:

{% endif %}

{% endif %}
{% endif %}

0 comments on commit 98f1c64

Please sign in to comment.