Skip to content

Commit

Permalink
Fix volumetric flow units typo (kyleisah#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBergman authored Jan 24, 2024
1 parent 3eca87b commit c58f3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/Line_Purge.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gcode:

{% if purge_y_origin > 0 %}

{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm/s3.".format(
{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm3/s.".format(
(purge_x_center),
(purge_y_origin),
(purge_amount),
Expand All @@ -69,7 +69,7 @@ gcode:

{% else %}

{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm/s3.".format(
{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm3/s.".format(
(purge_x_origin),
(purge_y_center),
(purge_amount),
Expand Down

0 comments on commit c58f3d3

Please sign in to comment.