> 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-ko/undefined/3d-4/undefined-1.md).

# 소재를 섞어 복합재 만들기

복합재 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-ko/undefined/3d-4/undefined-1.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.
