> 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/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-zh/ji-chu-zhi-shi/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.
