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

# サポート材はどれも同じではない

ツリーサポートと通常（または直線）サポートは、3Dプリントでオーバーハングや複雑な形状を扱うために使われる、性質の異なる2種類のサポート構造であり、それぞれに長所と短所があります。ツリーサポートはモデルの周囲に有機的に成長するように配置され、造形プレート上の太い土台から始まり、必要な箇所だけでオーバーハングを支えるために枝分かれしていきます。この先細りで中空の設計は、通常のサポートよりもフィラメント消費が少なく、一般に印刷時間も短縮できます。ツリーサポートがモデルに触れる点は少なく、しばしば枝の先端だけで接触するため、表面へのダメージが比較的少なく、取り外しも容易です。さらに、ツリーサポートは印刷物そのものよりも主に造形プレートに接続されるため、サポート材がモデルの上に直接堆積される可能性が低く、支持された面の最終的な表面仕上がりが向上します。ただし、ツリーサポートはオーバーハングを支える面積が小さいため、繊細な形状では支持力が弱くなったり、印刷物の下面の見た目が悪くなったりすることがあります。また、特に土台が細い場合や、印刷物が高くてぐらつく場合には、印刷中に造形プレートから外れてしまいやすいです。

一方、通常サポートは、造形プレートからオーバーハングの真下へまっすぐ上向きに印刷される垂直構造で構成されます。これらのサポートは、オーバーハングの下面との接触面積が大きく、印刷中にしっかり安定した支えを提供することで、オーバーハングの品質向上につながることがよくあります。印刷途中に造形プレートから外れにくく、重いオーバーハングや広範囲のオーバーハング領域に対して、より信頼性の高い支持を提供します。欠点としては、通常サポートはフィラメントを多く消費し、その密でしっかりした設計のため、一般に印刷時間も長くなります。さらに、通常サポートは印刷物の上面に触れることが多く、きれいな仕上がりにするには跡が残ったり、後処理が必要になったりすることがあります。

多くの最新スライサーには、両方の方式の利点を組み合わせたハイブリッドサポートオプションがあります。ハイブリッドモードでは、スライサーは材料を節約して印刷時間を短縮するためにモデルから離れた部分にツリー状のサポートを生成し、モデル表面に近づくにつれて徐々に通常サポートへ移行し、より強固で大きな接触面を提供してオーバーハングの支持力を高め、取り外しを容易にします。この方法は、ツリーサポートのようにフィラメント使用量と印刷時間を最小限に抑えつつ、通常サポートが提供するより強く信頼性の高い印刷物との接触面も維持することで、両方のサポートタイプの利点の大半を取り入れています。そのため、ハイブリッドサポートは、材料効率と表面品質のバランスを慎重に取る必要がある複雑な印刷に対して、柔軟な解決策を提供します。

{% 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-ja/ji-ben/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.
