Релиз moonraker - Web API для Клиппера
Go to file
Eric Callahan 9813011db2
build: pin smart_open to 6.4.0 or lower
This is a temporary workaround to resolve a bug in smart_open 7.0.
Moonraker does not depend on smart_open directly or use its
functionality, however `streaming_form_data` pulls in in.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
2024-02-26 05:54:41 -05:00
.github
docs sensor: require the 'state_response_template' 2024-02-24 06:05:07 -05:00
moonraker sensor: require the 'state_response_template' 2024-02-24 06:05:07 -05:00
scripts build: pin smart_open to 6.4.0 or lower 2024-02-26 05:54:41 -05:00
tests
.editorconfig
.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
README.md build: remove pdm.lock 2024-02-17 14:00:16 -05:00
mkdocs.yml
pyproject.toml build: pin smart_open to 6.4.0 or lower 2024-02-26 05:54:41 -05:00
pytest.ini

README.md

Moonraker - API Web Server for Klipper

Moonraker is a Python 3 based web server that exposes APIs with which client applications may use to interact with the 3D printing firmware Klipper. Communication between the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado is used to provide Moonraker's server functionality.

Documentation for users and developers can be found on Read the Docs.

Clients

Note that Moonraker does not come bundled with a client, you will need to install one. The following clients are currently available:

Raspberry Pi Images

Moonraker is available pre-installed with the following Raspberry Pi images:

Docker Containers

The following projects deploy Moonraker via Docker:

  • prind by mkuf
    • A suite of containers which allow you to run Klipper in Docker. Includes support for OctoPrint and Moonraker.

Changes

Please refer to the changelog for a list of notable changes to Moonraker.