> 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-it/le-basi/stampanti-3d/stampanti-popolari/prusa.md).

# Prusa

Prusa Research è un pioniere della stampa 3D open-source, noto per i suoi design meccanici e firmware affidabili e di alta qualità. La loro gamma versatile soddisfa principianti e professionisti, includendo modelli CoreXY avanzati e componenti ad alta velocità. Le loro stampanti enfatizzano precisione, facilità d'uso e adattabilità a un'ampia gamma di materiali, compresi filamenti ingegneristici avanzati.

***

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

Un aggiornamento della MK4, la MK4S presenta un ugello estrusore ad alto flusso che consente un'uscita del filamento più veloce del 50%, raffreddamento a 360° e miglioramenti del firmware. Mantiene l'usabilità e la precisione tipiche di Prusa con maggiore velocità e qualità. Ha un design aperto senza involucro, quindi la compatibilità dei materiali si concentra su filamenti che non richiedono camere riscaldate.

| Caratteristica                           | Specifiche      |
| ---------------------------------------- | --------------- |
| Volume di stampa (mm)                    | 250 × 210 × 210 |
| Temperatura massima ugello (°C)          | 300             |
| Temperatura massima piano (°C)           | 110             |
| Involucro                                | No              |
| Temperatura massima ambiente camera (°C) | Non riscaldata  |
| Ugello indurito (di serie)               | Sì              |

***

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

La Core One è l'ingresso di Prusa nel segmento delle stampanti CoreXY con involucro. Presenta un involucro in acciaio che aiuta a mantenere la temperatura ambiente per migliorare la compatibilità dei materiali, particolarmente utile per filamenti come ABS o nylon. È circa il 20% più veloce della MK4S e include livellamento automatico del piano e raffreddamento di qualità.

| Caratteristica                           | Specifiche                     |
| ---------------------------------------- | ------------------------------ |
| Volume di stampa (mm)                    | 250 × 210 × 210                |
| Temperatura massima ugello (°C)          | 300                            |
| Temperatura massima piano (°C)           | 110                            |
| Involucro                                | Sì, riscaldata in modo passivo |
| Temperatura massima ambiente camera (°C) | \~50                           |
| Ugello indurito (di serie)               | Sì                             |

***

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

La Prusa XL è un sistema CoreXY modulare di grande formato progettato per uso professionale. Presenta una camera attivamente riscaldata con temperature che raggiungono circa 60°C per supportare un'ampia gamma di filamenti ingegneristici e materiali compositi. La XL dispone di capacità multi-materiale avanzate e ugelli induriti di serie. La sua testina di stampa modulare e le teste utensile indipendenti supportano testine con materiali intercambiabili.

| Caratteristica                           | Specifiche                 |
| ---------------------------------------- | -------------------------- |
| Volume di stampa (mm)                    | 360 × 360 × 360            |
| Temperatura massima ugello (°C)          | 300                        |
| Temperatura massima piano (°C)           | 120                        |
| Involucro                                | Sì, riscaldata attivamente |
| Temperatura massima ambiente camera (°C) | Fino a 60                  |
| Ugello indurito (di serie)               | Sì                         |

***

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

Sebbene non sia CoreXY, questa stampante compatta è popolare per la sua precisione e facilità d'uso. Ha un design a telaio aperto senza involucro riscaldato, limitando il suo utilizzo principalmente a filamenti standard.

| Caratteristica                           | Specifiche      |
| ---------------------------------------- | --------------- |
| Volume di stampa (mm)                    | 180 × 180 × 180 |
| Temperatura massima ugello (°C)          | 260             |
| Temperatura massima piano (°C)           | 100             |
| Involucro                                | No              |
| Temperatura massima ambiente camera (°C) | Non riscaldata  |
| Ugello indurito (di serie)               | No              |

***


---

# 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-it/le-basi/stampanti-3d/stampanti-popolari/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.
