Skip to content

v1.0.0 Initial Release

Compare
Choose a tag to compare
@AndyEveritt AndyEveritt released this 03 Nov 16:53
· 52 commits to master since this 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" to requirements.txt
  • pip install -r requirements.txt

Usage

  • See 'examples.py' for examples.