marlin-binary-protocol

Transfer files with Marlin 2.0 firmware using Marlin Binary Protocol Mark II


License
MIT
Install
pip install marlin-binary-protocol==0.0.7

Documentation

PyPI version

Provides implementation of the Marlin Binary Transfer Protocol Mark II as described here: https://github.com/MarlinFirmware/Marlin/pull/14817

Requires:

As the comments in the PR state, the protocol is a work in progress and will change.

This code is essentially the same as the code provided by user p3p on that pull request.

Look at the provided transfer utility, transfer.py, for example usage.