> 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/combining-materials-to-make-composites.md).

# 将材料组合制成复合材料

复合 3D 打印在 3D 打印领域中仍然是一个令人兴奋且相对尚未被充分开发的方向。虽然它尚未被全面探索或成为主流，但多工具和多材料打印机的持续发展以及日益普及，正在为真正创新且复杂的复合打印铺平道路。随着这些先进机器变得更加易于获取，我们有望看到前所未有的材料组合，将原本不可能或不切实际结合在一起的材料融合起来，推动 3D 打印能力的边界。

从本质上说，复合 3D 打印是指在一次打印中使用两种或更多不同材料，以制造出具有增强或混合性能的部件，并充分发挥每种单一材料的优势。例如，将柔性的 TPU 与刚性的 PLA 结合在一个物体中，工程师可以创造出不仅坚固耐用，而且能够承受冲击并吸收能量的组件——以至于在某些实验性应用中，这类打印件甚至可以挡住子弹。这种能够按层级定制机械、热学或化学性能的能力，为从防护装备到定制医疗器械等多个领域带来了令人振奋的机会。随着这项技术逐渐成熟，复合 3D 打印有望彻底改变我们对材料性能和设计自由度的看法。

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


---

# 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/combining-materials-to-make-composites.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.
