Skip to content

Releases: AndyEveritt/DuetWebAPI

Binary File Download

03 Mar 09:27
19bc376
Compare
Choose a tag to compare
v1.2.2

Bump version: 1.2.2-b0 → 1.2.2

v1.1.0

03 Nov 23:10
Compare
Choose a tag to compare
Bump version: 1.1.0-dev0 → 1.1.0

v1.0.2

03 Nov 21:10
Compare
Choose a tag to compare

Made into a PyPi package https://pypi.org/project/duetwebapi/

v1.0.0 Initial Release

03 Nov 16:53
Compare
Choose a tag to compare

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" to requirements.txt
  • pip install -r requirements.txt

Usage

  • See 'examples.py' for examples.