From 5a8908a36c806bfad53848cd88fa0ac733d88f5a Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Thu, 1 Feb 2024 00:57:11 -0500 Subject: [PATCH 1/2] Adjust minor. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fff4d5c..d038e61 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,8 @@ This repository contains many files and folders. Some are _necessary_ for this K ### What are some settings that I can change? +Edit the relevant file according to your needs. + | File | Section | | ---------------------- | ------------------------ | | `cfgs/misc-macros.cfg` | `[gcode_macro _globals]` | From a24dc4e302e4103f40a864a8509a98b1effa1494 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Wed, 21 Feb 2024 02:53:13 -0500 Subject: [PATCH 2/2] Minor adjustment to KAMP line purge. --- cfgs/kamp/Line_Purge.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfgs/kamp/Line_Purge.cfg b/cfgs/kamp/Line_Purge.cfg index d03c61f..4da1baf 100644 --- a/cfgs/kamp/Line_Purge.cfg +++ b/cfgs/kamp/Line_Purge.cfg @@ -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), @@ -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),