Adjust readme, add comment to KAMP settings.

This commit is contained in:
Bassam Husain
2023-11-19 21:01:33 -05:00
parent f032246743
commit f22aacbb0e
2 changed files with 3 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ You can choose _either_ of the 2 following methods.
2. Adjust the `[mcu]` section in `printer.cfg` accordingly. 2. Adjust the `[mcu]` section in `printer.cfg` accordingly.
```yaml ```yaml
#🗒️ This is just an example # 🗒️ This is just an example
[mcu] [mcu]
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
restart_method: command 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`. 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 ```yaml
#🗒️ This is just an example # 🗒️ This is just an example
PRINT_START ... PRINT_START ...
PURGE_LINE PURGE_LINE
``` ```

View File

@@ -1,5 +1,6 @@
# Below you can include specific configuration files depending on what you want KAMP to do: # 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 ./Adaptive_Meshing.cfg] # Include to enable adaptive meshing configuration.
# [include ./Line_Purge.cfg] # Include to enable adaptive line purging configuration. # [include ./Line_Purge.cfg] # Include to enable adaptive line purging configuration.
# [include ./Voron_Purge.cfg] # Include to enable adaptive Voron logo purging configuration. # [include ./Voron_Purge.cfg] # Include to enable adaptive Voron logo purging configuration.