> 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/curiosita-divertenti-sulla-stampa-3d/fdm-vs-fff.md).

# FDM vs FFF

La modellazione a deposizione fusa (FDM) e la fabbricazione tramite filamento fuso (FFF) descrivono lo stesso processo di stampa 3D, che consiste nell'estrudere un filamento termoplastico strato dopo strato per costruire un pezzo. Il metodo è diventato una delle tecniche di produzione additiva più diffuse grazie al suo costo relativamente basso, alla disponibilità dei materiali e all'accessibilità sia per gli hobbisti sia per i professionisti. Nonostante i nomi diversi, il processo sottostante è identico in entrambi i casi.

La distinzione tra i termini deriva dalla proprietà intellettuale piuttosto che dalla tecnologia. Fused Deposition Modeling è stato coniato e registrato come marchio da Stratasys, una delle aziende pioniere nell'industria della stampa 3D. Poiché il nome è protetto, la comunità più ampia, in particolare nel settore open source, ha adottato il termine Fused Filament Fabrication per descrivere lo stesso processo senza violare i diritti di marchio.

Oggi entrambi i termini FDM e FFF sono usati in modo intercambiabile per descrivere la stampa 3D basata su estrusione. In contesti commerciali e industriali, FDM può essere più comune, specialmente quando ci si riferisce alle macchine Stratasys, mentre FFF è spesso usato in riferimento a stampanti open source o di livello consumer. Indipendentemente dalla terminologia, la tecnologia si riferisce allo stesso processo fondamentale nella produzione additiva.

{% embed url="<https://www.youtube.com/shorts/zNtaDh2P3x4>" %}


---

# 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/curiosita-divertenti-sulla-stampa-3d/fdm-vs-fff.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.
