ha-3dprinter-addons/3dprinter-remote
2024-02-08 22:31:20 +01:00
..
rootfs Merge branch 'klipper_dev' of https://github.com/fredrikbaberg/ha-3dprinter-addons into klipper_dev 2024-02-08 22:31:20 +01:00
CHANGELOG.md Merge branch 'klipper_dev' of https://github.com/fredrikbaberg/ha-3dprinter-addons into klipper_dev 2024-02-08 22:31:20 +01:00
config.yaml Merge branch 'klipper_dev' of https://github.com/fredrikbaberg/ha-3dprinter-addons into klipper_dev 2024-02-08 22:31:20 +01:00
Dockerfile Merge branch 'klipper_dev' of https://github.com/fredrikbaberg/ha-3dprinter-addons into klipper_dev 2024-02-08 22:31:20 +01:00
README.md Merge branch 'klipper_dev' of https://github.com/fredrikbaberg/ha-3dprinter-addons into klipper_dev 2024-02-08 22:31:20 +01:00

3DPrinter-Remote

Provides remote access to 3DPrinter. Add-on runs ser2net and can be connected to by e.g. socat.

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:

  • 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