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

# 마모에 강한 3D 프린팅 소재

마모에 강한 3D 프린팅 소재는 마찰, 마모, 반복 하중을 오래 견뎌야 하는 부품에 꼭 필요합니다.

올바른 소재를 고르면 부품 수명이 길어지고 유지보수도 줄일 수 있습니다.

소재마다 내마모 특성은 다르고, 화학 조성뿐 아니라 섬유 강화나 윤활 첨가제 유무도 큰 영향을 줍니다.

### 대표적인 내마모 소재

* **나일론**
  * 질기고 약간 유연하며, 충격과 마모에 강합니다.
  * 기어, 부싱, 움직이는 부품에 특히 잘 맞습니다.
  * 탄소섬유나 유리섬유로 강화하면 내구성이 더 좋아집니다.
* **PETG**
  * PLA나 일부 ABS보다 내마모성이 더 나은 경우가 많습니다.
  * 반복 마찰이 있는 기능성 부품에 유리합니다.
* **TPU**
  * 유연성과 충격 흡수성이 크면서 마모에도 강합니다.
  * 보호 부품, 롤러, 가스켓에 자주 쓰입니다.
* **탄소섬유 / 유리섬유 강화 필라멘트**
  * 나일론이나 PC에 강화재를 넣으면 더 단단하고 마모에도 강해집니다.
* **특수 내마모 나일론**
  * 미끄럼 접촉이나 무급유 환경에 맞게 설계된 제품군도 있습니다.
  * 고체 윤활 첨가제를 넣은 경우 수명이 더 길어질 수 있습니다.
* **폴리카보네이트**
  * 매우 강하고 충격에도 강한 소재입니다.
  * 강화재와 함께 쓰면 내마모성도 더 좋아질 수 있습니다.
* **고성능 레진 / 분말**
  * 일부 SLS, DLP용 소재는 슬라이딩 마모에 특화되어 있습니다.

### 내마모성 비교

브랜드와 강화 품질에 따라 차이는 있지만, 일반적인 경향은 아래와 같습니다.

| 소재            | 내마모성  | 대표 용도            |
| ------------- | ----- | ---------------- |
| PLA           | 낮음    | 시제품, 저하중 부품      |
| ABS           | 보통    | 소비재, 하우징         |
| PETG          | 좋음    | 기능성 부품, 반복 운동 부품 |
| 일반 나일론        | 매우 좋음 | 기어, 부싱, 이동 부품    |
| 강화 나일론(CF/GF) | 매우 우수 | 고마모 산업용 부품       |
| TPU           | 매우 좋음 | 유연하고 충격 흡수하는 부품  |
| 폴리카보네이트       | 우수    | 구조 부품, 고강도 부품    |
| 내마모 특화 레진     | 우수    | 저윤활·슬라이딩 시스템     |

마모가 중요한 용도에서는 품질 좋은 브랜드 필라멘트가 실제 성능 차이를 크게 만들 수 있습니다.

특히 특수 내마모 필라멘트나 SLS 분말은 무급유 조건에서 표준 소재보다 훨씬 긴 수명을 보이기도 합니다.

### 더 알아보기

내마모 소재를 더 자세히 보고 싶다면 아래 영상을 참고하세요.

{% embed url="<https://www.youtube.com/watch?v=Vg-FcCrVrZY>" %}


---

# 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/3d-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.
