View Source API Reference PrusaLink v0.1.2
Modules
PrusaLink module to interface with a Prusa 3D printer via local PrusaLink.
To start setup a printer by calling PrusaLink.printer(host_or_ip, pw)
.
The result is a printer struct you can pass to any other method to interact with that printer.
Endpoint implementation according to the openapi spec from Prusa: https://github.com/prusa3d/Prusa-Link-Web/blob/master/spec/openapi.yaml
Representation of a Prusa 3D printer and how to connect to it.