> 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/shell-walls.md).

# 外壳壁

在 3D 打印中，外壳壁定义了打印对象的外轮廓，直接影响结构完整性、表面质量和尺寸精度。这些壁由一层或多层连续的层（线）组成，并围绕模型外部挤出。正确配置可确保最佳强度、最小化缺陷，并平衡材料用量。

## 配置外壳壁参数

### **壁厚与线数**

* **取决于喷嘴直径**: 壁厚必须是 **喷嘴直径的整数倍** （或线宽）。例如，0.4mm 喷嘴通常使用 **0.4mm 线宽**，从而得到的壁厚为 **0.8mm（2 条线）** 或 **1.2mm（3 条线）**.
* **最低要求**: 至少 **2–3 层外壳** 建议用于标准打印，以确保结构稳定并防止填充图案透出表面。薄壁物体（如花瓶）可使用 **1 层外壳** 在“螺旋化”（花瓶）模式下。

### **强度优化**

* **方向性强度**: 需要外部耐久性的部件（如滑板轮）受益于 **增加外壳厚度** 而不是提高填充率。例如，0.4mm 喷嘴可能使用 **4–6 层外壳** （1.6–2.4mm 厚度）来形成坚实的外层。
* **材料效率**: 外壳通常比填充具有更好的强度/材料比，因此非常适合承重表面。

## 高级外壳设置

### **壁打印顺序**

* **优化壁顺序**: 启用后可减少回抽和空移，提高打印速度和表面质量。不过，它可能会导致 **Z 方向缺陷** （例如层错位），尤其在复杂几何体上。
* **内壁与外壁**: 先打印外壁可获得更干净的表面效果，而先内后外则更注重尺寸精度。

### **间隙管理**

* **填充壁间间隙**: 设置为 **“所有位置”** 以消除相邻壁之间的空隙，增强结构整体性。
* **过滤微小间隙**: 减少存在微小间隙区域的堆料，但可能会留下轻微瑕疵。
* **Arachne 生成器**: Arachne 是一种轮廓生成器和切片算法，可提升打印质量和效率。

### **薄壁处理**

* **打印薄壁**: 允许打印比喷嘴直径更窄的特征（例如，使用 0.4mm 喷嘴打印 0.3mm 壁）。这会牺牲尺寸精度，但能实现精细设计。若需精确尺寸， **请减小喷嘴尺寸** （例如，0.3mm 壁可使用 0.25mm 喷嘴）。

### Z 接缝对齐策略

Z 接缝是每层开始和结束处形成的一条可见竖线。缓解方法包括：

* **最尖锐角落**: 将接缝隐藏在模型角落，使其最不明显。
* **最短**: 优先考虑速度，但可能会在曲面上留下接缝。
* **随机**: 使接缝随机分布，通常会产生粗糙表面。

**最佳实践**: 使用 **“最尖锐角落”** 用于几何模型， **以及用户自定义位置** 用于有机形状。

### 外壳配置实用指南

1. **强度与细节**:
   * **功能性部件**: 使用 **3–4 层外壳** （1.2–1.6mm）以提高耐用性。
   * **装饰性模型**: 减少为 **2 层外壳** （0.8mm）以获得更精细的细节并节省材料。
2. **材料考虑**:
   * **PLA/PETG**: 标准外壳（2–3 层）足以满足大多数应用。
   * **ABS/ASA**: 增加外壳层数（3–4 层）以抵消翘曲和层分离。
3. **针对喷嘴的调整**:
   * **0.4mm 喷嘴**: 默认使用 **0.8mm 壁厚** （2 条线）。
   * **0.6mm 喷嘴**: 使用 **1.2mm 壁** （2 条线）以获得更快的打印速度。

## 常见外壳问题排查

* **薄弱壁**: 增加外壳层数或线宽。
* **表面瑕疵**: 调整 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/shell-walls.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.
