# 3D打印

## 简介

3D打印又称增材制造，是一种以数字模型为基础，通过逐层打印构造物体的技术。3D打印技术使得普通用户也可以在自己家里制作复杂的零件，快速将自己的想法变为现实。

只需要更换前端模块，Rotrics机械臂就可以很轻松的变成一台桌面级3D打印机，它拥有比220x220x250mm的更大的工作范围，能够打印PLA、TPU等多种耗材。

本部分是关于如何安装使用Rotrics 3D打印模块的内容，将会指导你完成从安装模块、耗材、调平到生成G-code文件和开始打印的整个3D打印过程。

也欢迎在社区中分享你的创意和作品 - [Rotrics Facebook Group](https://www.facebook.com/groups/rotrics)！

## 本节目录

安装3D打印模块和挤出机

安装耗材

调平

生成3D打印G-code文件

开始打印

FAQ

故障排除


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.rotrics.com/v1.0-chinese/3d_print_chn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
