> 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-2/undefined-4/prusa.md).

# Prusa

Prusa Research는 오픈소스 3D 프린팅을 대표하는 브랜드 중 하나입니다.

기계적 완성도와 펌웨어 안정성이 좋고, 초보자부터 전문가까지 폭넓게 대응하는 제품군을 갖추고 있습니다.

정밀도, 사용 편의성, 소재 확장성의 균형이 강점입니다.

***

### Prusa MK4S <a href="#prusa-mk4s" id="prusa-mk4s"></a>

MK4S는 MK4를 발전시킨 모델로, 고유량 노즐과 360° 냉각, 펌웨어 개선이 핵심입니다.

Prusa 특유의 사용성과 정밀도를 유지하면서 속도와 출력 안정성을 높였습니다.

개방형 구조이므로 가열 챔버가 필요한 소재보다는 일반 소재에 더 잘 맞습니다.

| 항목            | 사양              |
| ------------- | --------------- |
| 빌드 볼륨 (mm)    | 250 × 210 × 210 |
| 최대 노즐 온도 (°C) | 300             |
| 최대 베드 온도 (°C) | 110             |
| 인클로저          | 없음              |
| 최대 챔버 온도 (°C) | 비가열             |
| 기본 경화 노즐      | 있음              |

***

### Prusa Core One <a href="#prusa-core-one" id="prusa-core-one"></a>

Core One은 Prusa의 인클로저형 CoreXY 시장 진입 모델입니다.

강철 인클로저가 주변 온도를 안정적으로 유지해 ABS나 나일론 같은 소재에 유리합니다.

MK4S보다 더 빠르고, 자동 베드 레벨링과 좋은 냉각 성능도 갖췄습니다.

| 항목            | 사양              |
| ------------- | --------------- |
| 빌드 볼륨 (mm)    | 250 × 210 × 210 |
| 최대 노즐 온도 (°C) | 300             |
| 최대 베드 온도 (°C) | 110             |
| 인클로저          | 있음, 수동 가열       |
| 최대 챔버 온도 (°C) | \~50            |
| 기본 경화 노즐      | 있음              |

***

### Prusa XL <a href="#prusa-xl" id="prusa-xl"></a>

Prusa XL은 전문가용 대형 모듈형 CoreXY 시스템입니다.

약 60°C 수준의 능동 가열 챔버를 통해 다양한 엔지니어링 소재와 복합소재를 지원합니다.

다중 소재 출력 능력이 강하고, 모듈형 툴헤드 구성이 큰 특징입니다.

| 항목            | 사양              |
| ------------- | --------------- |
| 빌드 볼륨 (mm)    | 360 × 360 × 360 |
| 최대 노즐 온도 (°C) | 300             |
| 최대 베드 온도 (°C) | 120             |
| 인클로저          | 있음, 능동 가열       |
| 최대 챔버 온도 (°C) | 최대 60           |
| 기본 경화 노즐      | 있음              |

***

### Original Prusa MINI+ <a href="#original-prusa-mini" id="original-prusa-mini"></a>

Original Prusa MINI+는 CoreXY는 아니지만, 정밀도와 사용 편의성으로 꾸준히 인기가 있는 소형 프린터입니다.

개방형 구조라 주로 표준 필라멘트 중심으로 쓰기 좋습니다.

| 항목            | 사양              |
| ------------- | --------------- |
| 빌드 볼륨 (mm)    | 180 × 180 × 180 |
| 최대 노즐 온도 (°C) | 260             |
| 최대 베드 온도 (°C) | 100             |
| 인클로저          | 없음              |
| 최대 챔버 온도 (°C) | 비가열             |
| 기본 경화 노즐      | 없음              |

***


---

# 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-2/undefined-4/prusa.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.
