> 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-slicers/top-bottom-layers.md).

# 顶/底层

顶层和底层定义了3D打印部件的外表面，会影响美观、结构完整性和功能性。这些完全致密的层跨越填充部分并为后续层提供基础。正确配置可最大限度减少起鼓等缺陷，确保尺寸精度并改善表面质量。

## 顶/底层厚度基础

### **厚度计算**

* **层高依赖性**：厚度是 **层高的倍数**。例如，0.2mm 的层高需要 **5层** 才能达到 1mm 的厚度。
* **最低建议**:
  * **顶层**: **至少1mm** （例如，0.2mm 时为5层）以防止起鼓（因在稀疏填充上方下垂而形成的凹陷表面）。
  * **底层**: **至少0.6mm** （例如，0.2mm 时为3层），以确保附着力和稳定性。

### **针对填充密度的调整**

* **低填充（≤15%）**：增加顶层数量（例如6–8层），以根据部件几何形状补偿支撑减少。
* **高填充（≥30%）**：由于下方结构更致密，较少的顶层（例如4–5层）就足够。

**注意**：将厚度四舍五入到最接近的层高增量（例如，0.3mm 层时用0.9mm，而不是0.8mm）。

## 高级顶/底层设置

### **单调顺序**

* **功能**：强制线条以单一方向打印（例如从左到右），以实现均匀重叠，消除不一致的表面纹理。
* **优点**：减少凸起并提升平面表面质量。
* **缺点**：略微增加打印时间

下图左侧是未勾选“单调顶/底层顺序”的打印件，右侧是勾选后的效果。

<figure><img src="/files/a9518e331aee1ee2c7e140d607720ecf530ef340" alt=""><figcaption><p>右侧为单调顶层</p></figcaption></figure>

### **熨平**

* **过程**：喷嘴重新加热并抚平顶层，而不挤出耗材。
* **应用**：适用于需要抛光效果的平坦表面（例如桌面、外壳）。
* **局限性**：对曲面无效；需要精确校准 **熨平速度**, **流量**，和 **温度**.

<figure><img src="/files/1b2d3b1430600e06624a681d5304b394ae29c8f9" alt=""><figcaption><p>左侧为标准打印，右侧为开启熨平</p></figcaption></figure>

### **线条方向**

* **影响**：将顶/底层线条与部件几何形状对齐（例如45°/-45°交叉网格）可减少可见接缝并提高强度。
* **优化**：调整角度以尽量减少跨桥间隙或与承载轴对齐。

## 常见问题排查

### **起鼓（凹陷的顶面）**

* **原因**：顶层不足、填充密度低或冷却过强。
* **解决方案**:
  * 将顶层增加到 **1.2–1.5mm**.
  * 将填充密度提高到 **20–30%** 以获得更好的跨桥支撑。
  * 降低部件冷却风扇转速，以减缓固化。

### **底层翘曲**

* **原因**：平台附着不良、加热不均或底层不足。
* **解决方案**:
  * 将底层增加到 **0.8–1.0mm**.
  * 使用粘附剂（例如胶棒、Magigoo、PEI 贴片），并确保平台调平。

### **熨平伪影**

* **过度熔化**：降低熨平温度或减少流量。
* **平滑不完全**：增加熨平次数或降低移动速度。

## 配置的实用流程

1. **评估模型需求**:
   * **平面**：优先使用单调顺序和熨平。
   * **曲面**：禁用熨平；重点关注层厚。
2. **校准设置**:
   * **顶层**：从 **1mm** 开始（0.2mm 时为5层）；根据填充密度进行调整。
   * **底层**: 使用 **0.6–0.8mm** （0.2mm 时为3–4层），用于附着。
3. **通过测试打印验证**:
   * 打印校准方块，检查是否有起鼓或翘曲。
   * 在平面基准件上测试熨平效果（例如 XYZ 立方体）。


---

# 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-slicers/top-bottom-layers.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.
