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.
```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
```