d572a13655
Remove the "primary_config" option from the upload handler, as we no longer allow writes to printer.cfg unless it is located in the config path. We now assume that the config path is the main config, so all files there are located at /server/files/config/*. Signed-off-by: Eric Callahan <arksine.code@gmail.com> |
||
---|---|---|
docs | ||
moonraker | ||
scripts | ||
test/client | ||
.gitattributes | ||
LICENSE | ||
README.md |
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 interact with Klipper. Communcation between the Klippy host and Moonraker is done over a Unix Domain Socket.
Moonraker depends on Tornado for its server functionality. Moonraker does not come bundled with a client, you will need to install one, such as Mainsail.