> 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-ja/ji-ben/3dpurint/nopurint/prusa.md).

# Prusa

Prusa Researchはオープンソースの3Dプリンティングの先駆者であり、信頼性の高い高品質な機械設計とファームウェアで知られています。多用途なラインアップは初心者からプロまでに対応し、先進的なCoreXYモデルや高速コンポーネントを備えています。これらのプリンターは精度、使いやすさ、そして先進的なエンジニアリング用フィラメントを含む幅広い材料への適応性を重視しています。

***

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

MK4のアップグレード版であるMK4Sは、高流量のエクストルーダーノズルを備え、フィラメント供給を50%高速化し、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より約20%高速で、自動ベッドレベリングと高品質な冷却機能を備えています。

| 機能              | 仕様              |
| --------------- | --------------- |
| 造形サイズ（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までの温度を実現して幅広いエンジニアリング用フィラメントや複合材料をサポートします。XLは高度なマルチマテリアル機能と標準で硬化ノズルを備え、モジュラー式のプリントヘッドと独立ツールヘッドにより交換可能な材料のプリントヘッドをサポートします。

| 機能              | 仕様              |
| --------------- | --------------- |
| 造形サイズ（mm）       | 360 × 360 × 360 |
| 最大ノズル温度（°C）     | 300             |
| 最大ベッド温度（°C）     | 120             |
| 囲い（エンクロージャー）    | はい、アクティブ加熱      |
| 最大周囲チャンバー温度（°C） | 最大60            |
| 硬化ノズル（標準）       | はい              |

***

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

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-ja/ji-ben/3dpurint/nopurint/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.
