View Source PrusaLink (PrusaLink v0.1.2)
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.
Summary
Functions
Upload a file to the given printer.
Functions
See PrusaLink.Api.job/1
.
Upload a file to the given printer.
Automatically extracts the target filename on the printer from the given path.
Uploads to usb storage.
See also: PrusaLink.Api.upload/4