> 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/quality-layer-height.md).

# 质量（层高）

## 层高基础

层高会显著影响打印质量和耗时，最佳范围由喷嘴直径决定。A **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-slicers/quality-layer-height.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.
