当前位置: 首页 > 工具软件 > Klipper > 使用案例 >

树莓派+Klipper入门知识

仲孙德惠
2023-12-01

1. What is Fluidd? 

Fluidd is a free and open-source Klipper web interface for managing your 3d printer.the klipper UI.

What is FluiddPi?

FluiddPi - A Pi image with Klipper, Moonraker, Fluidd and Web Camera support pre-installed.

fluiddpi是树莓派的一个系统镜像,预安装了klipper,moonraker和fluidd。 

2. What is Moonraker?

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. Communcation between the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado is used to provide Moonraker's server functionality.

Moonraker是一个基于Python 3的web服务器,它公开了一些API,客户端应用程序可以使用这些API与3D打印固件Klipper进行交互。Klippy主机和Moonraker之间的通信是通过Unix域套接字完成的。Torando是用来提供Moonraker的服务器功能。

3. What is API?

API,英文全称Application Programming Interface,翻译为“应用程序编程接口”。 是一些预先定义的函数,目的是提供应用程序与开发人员基于某软件或硬件得以访问一组例程的能力,而又无需访问源码,或理解内部工作机制的细节

4. What is Torando?

Tornado是一个用Python编写的异步HTTP服务器,同时也是一个web开发框架。

 类似资料: