homepage/docs/widgets/services/octoprint.md
2024-01-19 19:31:39 -05:00

16 lines
417 B
Markdown

---
title: OctoPrint
description: OctoPrintWidget Configuration
---
[OctoPrint](https://octoprint.org/) - OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers.
Allowed fields: `["printer_state", "temp_tool", "temp_bed", "job_completion"]`.
```yaml
widget:
type: octoprint
url: http://octoprint.host.or.ip:port
key: youroctoprintapikey
```