diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2024-10-22 15:36:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 10:36:13 -0400 |
commit | 0855994e591f14df7bbd63686d907a37d5a752b9 (patch) | |
tree | af106b59ab352a643d351216b9004800a11b4c0d /docs/OctoPrint.md | |
parent | 8e1cdb199a9335b8130c141bc906c185496f85f1 (diff) | |
download | kutter-0855994e591f14df7bbd63686d907a37d5a752b9.tar.gz kutter-0855994e591f14df7bbd63686d907a37d5a752b9.tar.xz kutter-0855994e591f14df7bbd63686d907a37d5a752b9.zip |
docs: Update OctoPrint.md - wrong serial address (#6716)
This PR corrects a simple mistake where I gave the Unix socket not the serial pts.
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'docs/OctoPrint.md')
-rw-r--r-- | docs/OctoPrint.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/OctoPrint.md b/docs/OctoPrint.md index 4fa1b021..20f9246a 100644 --- a/docs/OctoPrint.md +++ b/docs/OctoPrint.md @@ -52,7 +52,7 @@ Navigate to the Settings tab (the wrench icon at the top of the page). Under "Serial Connection" in "Additional serial ports" add: ``` -~/printer_data/comms/klippy.sock +~/printer_data/comms/klippy.serial ``` Then click "Save". |