From 4b8e9a92bc4effbcb76cecf47ab7a6a01f2ef2f6 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Fri, 16 Feb 2024 08:16:15 +0100 Subject: [PATCH] Update remote (#96) * Update Readme * Move from experimental to stable --- 3dprinter-remote/README.md | 9 ++++++--- 3dprinter-remote/config.yaml | 1 - 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/3dprinter-remote/README.md b/3dprinter-remote/README.md index a649c5c..d06ea74 100644 --- a/3dprinter-remote/README.md +++ b/3dprinter-remote/README.md @@ -1,12 +1,15 @@ # 3DPrinter-Remote -Provides remote access to 3DPrinter. Add-on runs ser2net and can be connected to by e.g. socat. +Lets you connect a 3D printer to one device and connect to it from a different one running OctoPrint. +Add-on runs ser2net and can be connected to by e.g. socat. + +*Note: Performance will be very dependent on network.* ## Usage On the machine connected to the printer (`remote machine`): * Setup the add-on. At minimum you will need to specify `printer_path` and verify that `baud_rate` is correct. -On the machine with OctoPrint: +On the machine with OctoPrint (`host machine`): * Go to Settings --> Serial Connection, section __Additional serial ports__. Add : `socket://:9999`. For example, use the IP for `remote machine`. -* Install plugin [OctoPrint-Network-Printing](https://github.com/hellerbarde/OctoPrint-Network-Printing) \ No newline at end of file +* Install plugin [OctoPrint-Network-Printing](https://github.com/hellerbarde/OctoPrint-Network-Printing) diff --git a/3dprinter-remote/config.yaml b/3dprinter-remote/config.yaml index 6ecfc9c..cf5fb2d 100644 --- a/3dprinter-remote/config.yaml +++ b/3dprinter-remote/config.yaml @@ -9,7 +9,6 @@ arch: - armhf - aarch64 - i386 -stage: experimental init: false gpio: true usb: true