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

# 과압출 vs 압출 부족

3D 프린팅에서 **과압출**은 보통 **압출 부족**보다 눈으로 더 쉽게 알아챌 수 있습니다.

필라멘트가 너무 많이 나오면 블롭, 실 끌림, 지나치게 두꺼운 레이어처럼 눈에 띄는 신호가 바로 나타나는 경우가 많습니다.

표면 라인 사이가 솟아 보이거나 재료가 의도한 경계를 넘어 흘러나오면 과압출을 의심하기 쉽습니다.

반면 **압출 부족**은 겉보기에는 덜 티날 수 있지만, 실제 강도에는 더 큰 영향을 줄 수 있습니다.

표면이 얼핏 괜찮아 보여도 필라멘트가 충분히 채워지지 않으면 층간 접착이 약해지고 내부 구조도 부실해집니다.

이 경우 출력물이 쉽게 부서지거나, 갈라지거나, 찢어질 수 있습니다.

레이어 사이 빈틈이나 성긴 인필은 바로 눈에 띄지 않을 수도 있지만, 부품 강도는 크게 떨어집니다.

즉, 과압출은 겉으로 경고가 잘 보이지만, 압출 부족은 조용히 품질과 내구성을 해칠 수 있습니다.

그래서 강하고 신뢰할 수 있는 출력물을 원한다면, 단순한 육안 확인만으로는 부족할 수 있고 보정과 세밀한 튜닝이 중요합니다.

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


---

# 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/vs-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.
