From f22aacbb0ed2b683fe6c860c64feb72260515de6 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 19 Nov 2023 21:01:33 -0500 Subject: [PATCH] Adjust readme, add comment to KAMP settings. --- README.md | 4 ++-- cfgs/kamp/KAMP_Settings.cfg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1feed3..03c7f33 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ You can choose _either_ of the 2 following methods. 2. Adjust the `[mcu]` section in `printer.cfg` accordingly. ```yaml - #🗒️ This is just an example + # 🗒️ This is just an example [mcu] serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 restart_method: command @@ -201,7 +201,7 @@ You need to adjust the start and end gcode in your slicer. The relevant macros a If you would like to print a purge line before your print starts, at the end of your start gcode, on a new line add `PURGE_LINE`. ```yaml -#🗒️ This is just an example +# 🗒️ This is just an example PRINT_START ... PURGE_LINE ``` diff --git a/cfgs/kamp/KAMP_Settings.cfg b/cfgs/kamp/KAMP_Settings.cfg index 9ddcfca..401b91b 100644 --- a/cfgs/kamp/KAMP_Settings.cfg +++ b/cfgs/kamp/KAMP_Settings.cfg @@ -1,5 +1,6 @@ # Below you can include specific configuration files depending on what you want KAMP to do: +# NOTE bassamanator: uncomment the functionality that you want to use from KAMP [include ./Adaptive_Meshing.cfg] # Include to enable adaptive meshing configuration. # [include ./Line_Purge.cfg] # Include to enable adaptive line purging configuration. # [include ./Voron_Purge.cfg] # Include to enable adaptive Voron logo purging configuration.