zkk 2f184c317d 合并最新内容,适配开门检测机型
# Conflicts:
#	moonraker/components/file_manager/metadata.py   resolved by ada08d4574e13099a392bba4b3ebe34485807c0a version
2025-03-31 11:37:27 +08:00

959 B

Welcome to Moonraker Documentation

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.

Users should refer to the Installation and Configuration sections for documentation on how to install and configure Moonraker.

Front end and other client developers may refer to the External API documentation.

Backend developers should refer to the contributing section for basic contribution guidelines prior to creating a pull request. The components document provides a brief overview of how to create a component and interact with Moonraker's primary internal APIs.