> 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/sovraestrusione-vs.-sottoestrusione.md).

# Sovraestrusione vs. sottoestrusione

La sovra-estrusione nella stampa 3D è generalmente più facile da rilevare a occhio nudo rispetto alla sotto-estrusione. Quando viene estruso troppo filamento, spesso si vedono segni evidenti come ammassi, fili indesiderati o strati eccessivamente spessi dove il filamento sembra fuoriuscire o colare oltre i confini previsti. Questi segnali visivi—come creste rialzate tra le linee superficiali o strati cadenti causati dal materiale in eccesso—rendono la sovra-estrusione relativamente semplice da identificare. La superficie della stampa può apparire disordinata o sovradimensionata, il che indica che la stampante sta espellendo più materiale del necessario.

Al contrario, la sotto-estrusione può essere visivamente più sottile ma può avere un impatto più serio sulla resistenza della stampa. Anche se una parte sotto-estrusa appare accettabile in superficie, la deposizione di filamento mancante o sottile significa che gli strati non sono completamente legati e la struttura interna può essere fragile. Ciò si traduce in stampe che si sgretolano, si crepano o si strappano più facilmente sotto stress, poiché un filamento insufficiente compromette l’integrità meccanica dell’oggetto. Gli spazi tra gli strati o un riempimento sparso potrebbero non essere sempre immediatamente evidenti, ma indeboliscono significativamente il pezzo. Quindi, mentre la sotto-estrusione può essere più difficile da individuare a prima vista rispetto alla sovra-estrusione, comporta un rischio maggiore per la durata e la funzionalità della stampa finale. Monitorare la qualità di stampa con attenzione ai dettagli è necessario per evitare queste debolezze nascoste.

Questo significa che l’ispezione visiva da sola potrebbe non rilevare sufficientemente la sotto-estrusione, rendendo la calibrazione e la messa a punto accurata essenziali per stampe 3D robuste e affidabili. Gli errori di sovra-estrusione ti avvisano visivamente che qualcosa non va, ma la sotto-estrusione può degradare silenziosamente la qualità del pezzo anche se inizialmente sembra buono.

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


---

# 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/sovraestrusione-vs.-sottoestrusione.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.
