From 0a2c4d613eca0c36213d5865409af51540a08da9 Mon Sep 17 00:00:00 2001 From: JamesH1978 <87171443+JamesH1978@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:36:13 +0100 Subject: [PATCH] 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 --- docs/OctoPrint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OctoPrint.md b/docs/OctoPrint.md index 4fa1b0217f76..20f9246af547 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".