> For the complete documentation index, see [llms.txt](https://wiki.polymaker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-zh/ji-chu-zhi-shi/3d-qie-pian-ruan-jian/tian-chong.md).

# 填充

填充是指3D打印部件内部的网格结构，在强度、材料效率和打印时间之间取得平衡。与实心部件不同，填充可在保持结构完整性的同时减轻重量并减少耗材用量。主要考虑因素包括 **几何形状**, **机械要求**，以及 **材料特性**.

### 填充密度与应用

### **密度指南**

* **装饰/原型部件**: **8–15%** – 在保持基本形状的同时尽量减少材料用量。
* **功能/机械部件**: **20–40%** – 为运动部件或承重表面提供结构支撑。
* **高强度部件**: **\~50%** – 适用于工具、连接件或承受重复应力的部件。
* **特殊情况**:
  * **0%**：若外壳提供足够刚性，则可用于薄壁物体（例如外壳）。
  * **99%**：保留给少数以密度而非效率为优先的利基应用。

**边际收益递减**：超过50%的填充很少能显著提升强度，但会增加打印时间和材料用量。

### **几何考虑**

* **薄壁部件**：填充影响很小；应优先考虑 **壁厚** （例如3–4道壁）。
* **大型/厚实模型**：更高的填充（20–50%）可防止下陷并确保层间粘附。

### 填充图案与性能

### **常见图案**

* **网格**：打印速度快、强度适中；重叠线条时容易堵头。
* **三角形**：兼顾速度与方向性强度；适合通用打印。
* **Gyroid**：各向同性强度和抗振性；打印较慢，但避免了方向性弱点。
* **立方细分**：用于均匀分配载荷的3D网格结构；适合复杂应力点。
* **闪电**：超低密度（5–10%）并配合战略性支撑；优先速度而非耐久性。

**图案选择**:

* **速度**：网格、三角形、闪电。
* **强度**：Gyroid、立方体、八面体。
* **美观**：同心（在半透明打印中可见）。

### 高级填充参数

### **填充重叠**

* **范围**: **8–12%** 与壁层的重叠可确保粘结，同时不会产生明显线条。
* **权衡**：较高的重叠（>15%）可能产生表面瑕疵；较低的数值（<5%）会削弱外壳与填充的粘附。

### **层厚**

* **默认**：与整体层高一致（例如0.2mm）。
* **优化**：对于大型模型，可增加填充层厚（例如0.3mm）以减少打印时间。

### **打印顺序**

* **先填充后外壁**：可减少“筋状”表面纹理，但可能影响尺寸精度。
* **先外壁后填充**：默认设置，优先保证表面质量。

### 填充问题排查

* **顶部表面凹坑**：提高填充密度（≥20%）或增加 **顶部层** （4–6层）。

<figure><img src="https://1102955884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FA2YI9GFoVmpURdSqt1Vr%2Fuploads%2Fgit-blob-31ea8d67a9901c8bea50fd7fa5c5f2b0ebae1437%2FPitting%20Pillowing%20Top.jpg?alt=media" alt=""><figcaption><p>顶部层过少或填充过低会导致“凹坑”外观</p></figcaption></figure>

* **可见填充**：降低重叠，增加外壳壁数（≥3），或使用 **适合半透明的图案** （例如Gyroid）。
* **层间粘结薄弱**：调整填充图案（例如用Gyroid实现各向同性强度）或提高喷嘴温度。

### 填充优化的实用流程

1. **评估部件需求**:
   * 确定受力方向（例如垂直还是横向）。
   * 识别关键表面（顶部/底部与侧面）。
2. **校准设置**:
   * 从 **15%填充** 开始用于原型；根据应力测试进行调整。
   * 使用 **温度塔** 和 **填充密度测试** 用于针对特定材料进行调校。
3. **后处理**:
   * 对半透明部件进行打磨或涂层处理，以遮盖填充的可见性。
   * 用 **局部填充密度** （取决于切片器）。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-zh/ji-chu-zhi-shi/3d-qie-pian-ruan-jian/tian-chong.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
