Minor adjustment to KAMP line purge.

This commit is contained in:
Bassam Husain
2024-02-21 02:53:13 -05:00
parent 5a8908a36c
commit a24dc4e302

View File

@@ -60,7 +60,7 @@ gcode:
{% if purge_y_origin > 0 %} {% 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_x_center),
(purge_y_origin), (purge_y_origin),
(purge_amount), (purge_amount),
@@ -69,7 +69,7 @@ gcode:
{% else %} {% 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_x_origin),
(purge_y_center), (purge_y_center),
(purge_amount), (purge_amount),