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

# 3D 슬라이서

### FDM 3D 프린팅에서 슬라이서란?

슬라이서는 3D 모델을 FDM 프린터용 출력 명령어인 G-code로 바꾸는 전용 소프트웨어입니다.

디지털 모델을 수평 레이어로 나누고, 노즐 경로를 계산하며, 출력 속도·온도·압출량 같은 설정을 정합니다.

슬라이서는 출력 품질, 재료 효율, 그리고 부품 강도에 직접 영향을 줍니다.

### 슬라이서는 어떻게 작동하나요?

1. **모델 불러오기**: STL, OBJ, STEP 같은 3D 파일을 읽어 형상을 가져옵니다.
2. **레이어 분할**: 사용자가 정한 레이어 높이 기준으로 모델을 여러 층으로 나눕니다.
   * 보통 **0.1–0.3 mm** 범위를 많이 씁니다.
3. **경로 생성**: 인필 패턴, 서포트, 접착 보조 구조를 포함한 노즐 이동 경로를 계산합니다.
4. **출력 조건 설정**: 노즐 온도, 리트랙션, 냉각, 소재별 세팅을 조정합니다.
5. **G-code 내보내기**: 프린터가 읽을 수 있는 기계용 명령어를 생성합니다.

### 슬라이서의 핵심 기능

* **인필 밀도 최적화**: 강도와 출력 시간을 맞춰 밀도와 패턴을 조절합니다.
* **서포트 생성**: 오버행이나 브리징이 필요한 구간을 자동으로 보조합니다.
* **출력 속도 조정**: 품질과 생산성의 균형을 맞춥니다.

이런 기능을 잘 활용하면 더 안정적이고 효율적인 출력을 얻을 수 있습니다.


---

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