OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers. It displays printers status and key parameters and allows user to schedule prints and remotely control the printer.
This operation will install OctoPrint
Command:
armbian-config --cmd OCT001
Author: @armbian
Status: Stable
=== "Access to the web interface"
The web interface is accessible via port **7981**:
- URL: `https://<your.IP>:7981`
=== "Directories"
- Install directory: `/armbian/octoprint`
=== "View logs"
```sh
docker logs -f octoprint
```
This operation will remove OctoPrint
Command:
armbian-config --cmd OCT002
Author: @armbian
Status: Stable
This operation will purge OctoPrint with data folder
Command:
armbian-config --cmd OCT003
Author: @armbian
Status: Stable