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

# 첫 레이어가 가장 중요하다

3D 출력에서 첫 레이어는 전체 부품의 기초를 만들기 때문에 가장 중요한 구간이라고 볼 수 있습니다.

첫 레이어가 빌드 플레이트에 제대로 붙지 않거나 고르게 압출되지 않으면, 그 위에 쌓이는 레이어도 불안정해져 출력이 실패할 수 있습니다.

노즐과 베드 사이 간격이 너무 크면 접착이 약해져 휨이나 레이어 밀림이 생길 수 있습니다.

반대로 너무 가까우면 표면을 긁거나 베드와 출력물을 모두 망칠 수 있습니다.

잘 깔린 첫 레이어는 접착과 치수 안정성을 높여 전체 출력 성공률을 크게 올려 줍니다.

최근 프린터는 자동 베드 레벨링과 초기 Z 높이 보정 기능이 좋아져 첫 레이어 문제를 많이 줄였습니다.

그래도 새 소재를 쓰거나, 빌드 플레이트를 바꿨거나, 정비 후 처음 출력할 때는 첫 레이어를 직접 확인하는 편이 좋습니다.

프린터를 혼자 두기 전에 첫 레이어가 정상인지 확인하는 것은 여전히 가장 좋은 습관입니다.

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


---

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