Skip to content

Python interface to Duet RepRap V2 or V3 firmware.

License

Notifications You must be signed in to change notification settings

hakuro-jp/DuetWebAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuetWebAPI

Python interface to Duet RepRap V2 or V3 firmware.

  • Works over IP network.
  • Does not support passwords on the printer.
  • Abstracts V2 to V3 differences.
  • NOT a general purpose interace; instead it has specific methods to issue commands or return information. Adding new methods is encouraged, as long as they continue V2 V3 abstractaion.

Install

  • Download the DuetWebAPI.py script.

    • Or git clone https://github.com/DanalEstes/DuetWebAPI
  • Place it in the directory of the script that is going to include it

    • Or in any directory in the python library path,
    • Or create a symbolic link ln -s ../DuetWebAPI/DuetWebAPI.py DuetWebAPI.py

Usage

  • See 'testDWA.py' for examples.

About

Python interface to Duet RepRap V2 or V3 firmware.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%