> 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/zhi-liang-ceng-gao.md).

# 质量（层高）

## 层高基础

层高会显著影响打印质量和时长，其最佳范围由喷嘴直径决定。一个 **0.1 毫米层高** 与以下设置相比，打印时间增加至三倍： **0.3 毫米** 在使用相同喷嘴和速度时，因为它需要三倍数量的层。在 **喷嘴直径的 25–75%（尽管也有人建议为 20–80%）**:

* **示例**范围内可以获得可靠结果：0.4 毫米喷嘴在 **0.1–0.3 毫米层高**.
* **质量与速度**：较厚的层会降低 Z 轴方向的细节，但可加快打印；较薄的层则能提高 Z 轴分辨率，但会牺牲时间。

打印时长也会影响失败的可能性。较长的打印会增加暴露于环境变量（例如温度变化、电源中断）的机会。此外，为防止喷嘴堵塞或挤出不足，较薄层通常需要降低挤出速度。相反，由于材料和/或热端的最大体积流量限制，极大的层高也可能需要降低速度。

### 机械方面的考量：Z 轴硬件

*一般而言，现代打印机受下述内容影响较小，但理解这些内容仍然可能有所帮助。*

层高精度受以下因素影响： **Z 轴丝杠/螺纹杆规格**，包括螺距和电机步距角。设置不匹配可能因机械舍入误差而导致不一致。例如：

* **M8 丝杠（2 毫米螺距）**：可按 **0.01 毫米增量** 调节，配合 1.8° 步进电机。
* **M5 丝杠（0.8 毫米螺距）**：需要按 **0.014 毫米增量** 调节，以获得最佳精度。

这些公差在经济型机器上最为重要，因为硬件限制会放大不完美之处。虽然偏离计算值可能仍会产生可接受的结果，但遵循机械约束可确保最大程度的一致性。

### 用于热床附着的首层层高

该 **首层层高** 优先考虑附着力而非细节。较厚的首层（最高可达 **喷嘴直径的 75%**）可通过增加材料沉积来改善与热床的粘合。例如：

* **0.4mm 喷嘴**：最高可使用 **0.3 毫米** 的首层，以增强附着力。
* **0.15 毫米喷嘴**：最大首层高度为 **0.11 毫米** ，这要求极高的精度，并会加剧打印平台调平的难题。

由于对 Z 高度校准误差的容忍度较低，较小喷嘴会加剧首层打印的困难。

### 线宽：平衡喷嘴尺寸与挤出

线宽通常与喷嘴直径相同，但可针对特定需求进行调整：

* **标准做法**：0.4 毫米喷嘴使用 **0.4mm 线宽**.
* **实验性调整**：将线宽增加 **10%** （例如在 0.4 毫米喷嘴上使用 0.44 毫米）可能改善表面质量，但存在过度挤出的风险。若需大幅调整，通常更建议更换喷嘴。

**顶部/底部线宽** 调整可解决上层中的间隙。略微减小此设置（例如在 0.4 毫米喷嘴上设为 0.35 毫米）可使挤出路径更加紧密，减少平坦表面上的空隙。

### 高级校准与社区见解

尽管大多数切片软件设置（例如壁厚、填充密度）在一般使用时保持不变，但某些特殊场景可能需要调整：

* **特定材料调校**：TPU 等柔性耗材通常需要降低速度并增加线宽，以防止屈曲。
* **硬件限制**：经济型打印机采用保守的层高（例如 0.2 毫米）可减轻 Z 轴不精确的问题。

3D 打印社区不断完善最佳实践，并鼓励对切片参数进行实验。记录成功的调整可确保其在不同项目中可复现。

### 要点总结

* **层高**：在喷嘴直径的 25–75% 范围内平衡速度与质量。
* **Z 轴硬件**：为获得精度，应使层高与丝杠螺距相匹配。
* **首层**：使用较厚的首层以优先保证附着力。
* **线宽**：应与喷嘴尺寸一致，但需谨慎试验。

通过理解这些原则，用户可以在各种应用中优化打印，以实现效率、可靠性和质量。


---

# 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/zhi-liang-ceng-gao.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.
