> 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/print-orientation-affects-strength.md).

# プリント方向は強度に影響する

ビルドプレート上で造形物の向きを決める際には、最適なオーバーハング品質を実現することや、必要なサポート材の量を最小限に抑えることなどを優先するのが一般的です。こうした点は印刷品質や効率の面で重要ですが、印刷方向を決める際に考慮すべき要素はそれだけではありません。見落とされがちな重要な要素の一つが、造形部品の機械的強度です。これは、3Dプリントが層を重ねて作られるという性質によって本質的に左右されます。

3Dプリントは材料の層を積み重ねて作られるため、部品は通常、層に対して垂直なZ軸方向に最も機械的強度が弱くなり、その層の境界に沿って破損したり剥離したりしやすくなります。そのため、機械的な応力や構造荷重に耐える必要がある部品を印刷する場合は、印刷時だけでなく設計段階でも向きを慎重に検討することが重要です。最大の応力がX軸またはY軸（層線と平行）にかかるように印刷物の向きを合わせることで、部品の耐久性と性能を大幅に向上させることができます。最初から印刷方向を考慮しておくことで、最終的な造形物が機能要件と強度要件の両方を満たすようにしやすくなります。

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


---

# 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/print-orientation-affects-strength.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.
