Releases: AndyEveritt/DuetWebAPI
Releases · AndyEveritt/DuetWebAPI
Binary File Download
v1.2.2 Bump version: 1.2.2-b0 → 1.2.2
v1.1.0
Bump version: 1.1.0-dev0 → 1.1.0
v1.0.2
Made into a PyPi package https://pypi.org/project/duetwebapi/
v1.0.0 Initial Release
DuetWebAPI
Python interface to Duet RepRap V3 firmware via Http REST API.
- Works over IP network.
- Does not support passwords on the printer.
- Supported boards:
- Duet 3 + SBC
- Duet 3 standalone
- Duet 2 standalone
Install
- add
-e "git+https://github.com/AndyEveritt/DuetWebAPI.git@master#egg=duetwebapi"
torequirements.txt
pip install -r requirements.txt
Usage
- See 'examples.py' for examples.