16 lines
402 B
Markdown
16 lines
402 B
Markdown
---
|
|
title: PrusaLink
|
|
description: PrusaLink Widget Configuration
|
|
---
|
|
|
|
[PrusaLink](https://github.com/prusa3d/Prusa-Link-Web)
|
|
|
|
Allowed fields: `["print_progress", "print_time", "print_time_left"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: prusalink
|
|
url: http://prusalink.host
|
|
key: mytokenhere # see https://help.prusa3d.com/article/sending-g-codes-to-printer-via-network-prusaconnect-prusalink-octoprint_196761
|
|
```
|