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

# 베드 온도

베드 온도는 첫 레이어 접착, 뒤틀림 억제, 출력 안정성에 큰 영향을 줍니다.

가열 베드는 첫 레이어를 적절히 부드럽게 만들어 표면에 잘 붙게 합니다.

온도가 맞지 않으면 뒤틀림, 접착 불량, 과접착 문제가 생길 수 있습니다.

## 소재별 권장 범위

### PLA

* **일반 범위**: 40–65°C
  * **40–50°C**: 일반 PLA에 무난합니다.
  * **60–65°C**: 큰 출력물이나 추운 환경에서 유리합니다.
* **브랜드 예시**
  * **Polymaker PLA**: 50–60°C
  * **MatterHackers PLA**: 40±15°C
  * **Ultimaker PLA**: 60°C

### PETG

* **베드 온도**: 60–80°C
* PLA보다 조금 더 높은 열이 필요합니다.
* 너무 뜨거우면 과하게 붙을 수 있습니다.

### ABS

* **베드 온도**: 80–110°C
* 높은 열이 뒤틀림을 줄이고 층간 접착도 돕습니다.
* 인클로저 안의 주변 온도도 함께 올라가 층 분리를 줄일 수 있습니다.

### 고급 고온 소재

* **PEEK, ULTEM 등**: 120–160°C
* 소비자용 장비보다는 산업용 가열 챔버 장비가 필요합니다.
* 사실상 산업용 환경을 전제로 보는 편이 맞습니다.

### 베드 온도에 영향을 주는 요소

1. **소재 특성**
   * PLA는 뒤틀림이 적어 선택 폭이 넓습니다.
   * ABS는 가열 베드와 인클로저가 중요합니다.
2. **출력 환경**
   * 추운 방은 베드 온도를 5–10°C 더 올려야 할 수 있습니다.
   * 외풍이 있으면 한쪽만 식어 뒤틀릴 수 있습니다.
3. **플레이트 표면**
   * 텍스처 PEI는 PETG 접착에 유리합니다.
   * 유리나 스무스 플레이트는 접착제가 필요할 수 있습니다.

## 자주 생기는 문제

### 뒤틀림

* **원인**: 불균일 냉각, 낮은 주변 온도, 잘못된 베드 온도
* **해결**: 제조사 권장값 사용, 인클로저 활용, Magigoo 같은 접착제 사용

### 과접착

* **원인**: 베드가 너무 뜨거움
* **해결**: 온도 소폭 하향, 릴리즈 역할의 접착제 사용

### 불균일한 첫 레이어

* **원인**: 베드 전체가 고르게 예열되지 않음
* **해결**: 출력 전 10–15분 정도 충분히 예열

### 정밀하게 맞추는 팁

1. **온도 보정**
   * 온도 타워나 접착 테스트를 활용하세요.
   * 적외선 온도계가 있으면 실제 표면 온도를 확인할 수 있습니다.
2. **소재별 조정**
   * PLA는 작은 출력물에서 40–50°C도 충분할 수 있습니다.
   * PETG는 보통 70°C 전후가 무난하지만, 가장자리가 말리면 60°C로 낮춰 볼 수 있습니다.
3. **환경 제어**
   * ABS와 고성능 소재는 인클로저가 매우 유리합니다.
   * PLA는 보통 인클로저가 필수는 아닙니다.

### 추천 작업 순서

1. 제조사 권장 베드 온도부터 시작
2. 단층 정사각형 출력으로 접착 확인
3. 5°C 단위로 조금씩 조정
4. 대형 출력은 시간이 지날수록 냉각이 누적되므로 중간 상태도 관찰


---

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