commit 34c1604d8c5a79e95e94f13c34b5635672df47d1 Author: zkk <1007518571@qq.com> Date: Tue Dec 3 14:33:32 2024 +0800 关闭更新管理中指定节点的配置 commit d3355361dc7ff974a9fef25956adc2966ba58120 Merge: 333a789 9c00be2 Author: zkk <1007518571@qq.com> Date: Fri Nov 29 10:04:34 2024 +0800 Merge remote-tracking branch 'origin/develop' into develop commit 9c00be2f4e21f2738e4e59d92e5af4a335a258b6 Author: ruipeng <1041589370@qq.com> Date: Fri Nov 29 08:57:23 2024 +0800 gcode文件切片信息显示适配CreatWare切片软件 commit 333a789469445f5cb60d29dc7ed24a2776db3385 Author: zkk <1007518571@qq.com> Date: Tue Nov 26 18:03:29 2024 +0800 修复z高度保存的精度问题
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:
- Mainsail by Mainsail-Crew
- Fluidd by Cadriel
- KlipperScreen by jordanruthe
- mooncord by eliteSchwein
Raspberry Pi Images
Moonraker is available pre-installed with the following Raspberry Pi images:
- MainsailOS by Mainsail-Crew
- Includes Klipper, Moonraker, and Mainsail
- FluiddPi by Cadriel
- Includes Klipper, Moonraker, and Fluidd
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.
Languages
Python
96.3%
Shell
2.6%
HTML
1.1%