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

# 압출 온도 ≠ 출력 온도

3D 프린팅에서는 슬라이서에 설정한 출력 온도와, 실제로 필라멘트가 노즐에서 나올 때의 온도가 같지 않을 수 있습니다.

이 내용은 재료 과학의 [Warping](/polymaker-wiki/polymaker-wiki-ko/undefined-1/undefined-3/undefined-2.md)에서도 다루지만, 핵심은 소재가 가열되는 데 시간이 필요하다는 점입니다.

즉, 핫엔드가 필라멘트를 충분히 녹일 수 있는 속도보다 더 빠르게 출력하면, 실제 압출 온도는 슬라이서 설정값보다 더 낮아집니다.

**압출 온도**: 플라스틱이 노즐에서 나올 때의 실제 온도

**압출 속도**: 플라스틱이 노즐에서 나오는 체적 속도(mm³/s)

<figure><img src="/files/ir2iYJfN5oZzwzAvM8aw" alt=""><figcaption></figcaption></figure>

그래서 고유량 핫엔드가 아닌 장비에서 아주 빠르게 출력할 때는, 제조사 권장 온도보다 조금 더 높게 잡아야 할 수 있습니다.

출력 속도 때문에 실제 압출 온도가 너무 낮아지면 아래 문제가 생길 수 있습니다.

* 표면이 매트해짐
* 압출 부족
* 노즐 막힘

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


---

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