> 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/fun-3d-printing-facts/not-all-supports-are-created-equal.md).

# 并非所有支撑都生而平等

树状支撑和普通（或线性）支撑代表了 3D 打印中用于处理悬垂和复杂几何形状的两种不同支撑结构类型，它们各有优缺点。树状支撑会像自然生长一样围绕模型展开，从构建平台上的粗壮底座开始，仅在必要的位置分叉以支撑悬垂部分。这种渐缩、中空的设计使用更少的耗材，通常也比普通支撑缩短打印时间。由于树状支撑与模型的接触点更少——通常只是在分支末端——因此一般会造成更少的表面损伤，也更容易移除。此外，由于树状支撑主要连接到构建平台而不是打印件本身，因此支撑材料直接沉积到模型顶部的概率更低，从而改善被支撑区域的最终表面效果。不过，树状支撑用于支撑悬垂的接触面积较小，这有时会导致对精细特征的支撑较弱，或者使打印件底面的外观变差。它们也更容易在打印过程中从构建平台上被碰掉，尤其是在底座较窄或打印件较高且晃动较大的情况下。

另一方面，普通支撑由垂直结构组成，直接从构建平台向上打印，并位于悬垂部分正下方。这些支撑为悬垂底面提供了更大的接触面积，通常能在打印过程中提供坚实、稳定的支撑，从而带来更好的悬垂质量。它们在打印中途不太容易从构建平台脱落，因此对较重或范围较大的悬垂区域提供了更可靠的支撑。缺点是，普通支撑会消耗更多耗材，而且由于其更致密、实心的设计，通常会延长打印时间。此外，普通支撑往往会接触打印件的上表面，这可能留下痕迹，或者需要更多后处理才能获得平滑的表面效果。

许多现代切片软件提供一种混合支撑选项，将两种系统的优点结合起来。在混合模式下，切片软件会在距离模型较远的位置生成树状支撑，以节省材料并缩短打印时间；而当支撑逐渐接近模型表面时，则平滑过渡为普通支撑，从而提供更坚固、更大的接触面积，以获得更好的悬垂支撑和更容易的拆除。这种方法兼顾了两种支撑类型的大部分优势——像树状支撑一样尽量减少耗材用量和打印时间，同时保持普通支撑所提供的更强、更可靠的与打印件接触界面。因此，混合支撑为需要在材料效率与表面质量之间精细平衡的复杂打印提供了一个灵活的解决方案。

{% embed url="<https://www.youtube.com/shorts/J23eAsL7m5U>" %}


---

# 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/fun-3d-printing-facts/not-all-supports-are-created-equal.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.
