Skip to content

An async REST API wrapper for Flashforge 3D printers written in Python.

License

Notifications You must be signed in to change notification settings

Chicchi7393/aioflashforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aioflashforge

An async REST API wrapper for Flashforge 3D printers written in Python.

It isn't yet finished, and I still have to test it with my printer

Supported printers

  • Flashforge Adventurer 5M (pro?)

Usage

import asyncio
from aioflashforge import FlashforgeClient

if __name__ == "__main__":
    # Serial number and printer id needed
    client = FlashforgeClient("192.168.1.xx", "A1A1A1A1A1A1A", "ffffffff")
    details = asyncio.run(client.details())
    print(details)

This project is not affiliated with Flashforge or any other companies, all rights reseved

About

An async REST API wrapper for Flashforge 3D printers written in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages