> 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-8.md).

# 빠르게 출력하면 표면이 매트해진다

출력물의 어떤 부분이 다른 구간보다 더 매트하게 보인다면, 현재 핫엔드와 소재 조합에 비해 너무 빠르게 출력하고 있다는 신호일 수 있습니다.

일부 소재는 높은 유량용으로 설계되지 않았기 때문에, 최적 압출 속도를 넘기면 광택이 줄고 무광처럼 보일 수 있습니다.

이유는 간단합니다.

필라멘트가 설정 온도까지 충분히 가열될 시간을 못 얻기 때문입니다.

그 결과 완전히 녹지 못한 상태로 나오면서, 표면이 덜 반짝이고 더 거칠게 보일 수 있습니다.

고속 출력에서도 일정한 광택을 유지하려면, **고유량용 소재**와 **그 유량을 감당할 수 있는 핫엔드**를 함께 써야 합니다.

고유량 핫엔드는 빠른 속도에서도 필라멘트를 더 효율적으로 가열하고, 더 부드럽게 압출해 표면 외관을 유지하는 데 도움이 됩니다.

즉, 빠른 출력과 좋은 외관을 동시에 얻으려면 소재, 핫엔드, 출력 속도의 균형이 중요합니다.

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


---

# 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-8.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.
