parent
19fa0eea41
commit
4b8e9a92bc
@ -1,12 +1,15 @@
|
|||||||
# 3DPrinter-Remote
|
# 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
|
## Usage
|
||||||
|
|
||||||
On the machine connected to the printer (`remote machine`):
|
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.
|
* 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://<remote machine>:9999`. For example, use the IP for `remote machine`.
|
* Go to Settings --> Serial Connection, section __Additional serial ports__. Add : `socket://<remote machine>:9999`. For example, use the IP for `remote machine`.
|
||||||
* Install plugin [OctoPrint-Network-Printing](https://github.com/hellerbarde/OctoPrint-Network-Printing)
|
* Install plugin [OctoPrint-Network-Printing](https://github.com/hellerbarde/OctoPrint-Network-Printing)
|
||||||
@ -9,7 +9,6 @@ arch:
|
|||||||
- armhf
|
- armhf
|
||||||
- aarch64
|
- aarch64
|
||||||
- i386
|
- i386
|
||||||
stage: experimental
|
|
||||||
init: false
|
init: false
|
||||||
gpio: true
|
gpio: true
|
||||||
usb: true
|
usb: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user