# Retraction

If a 3D printer would stop pushing material, the material won't immediately stop flowing from the end of the nozzle. There is some residual material in the nozzle and it'll be pressurised, so it keeps flowing for a while longer. To actually stop the material from flowing, the printer needs to retract the material out of the nozzle opening. This is necessary to make clean travel moves without stringing.

Retractions are done when a travel move is made that is particularly sensitive to stringing.  There is also a limit to how often the material can be retracted, through the [Retraction Minimum Travels.](/modules/print-settings/advanced-settings/extrusion/retraction/minimum-retraction-travel.md)

Retracting has significant advantages, but also some disadvantages:

* It'll reduce stringing significantly. No more wiring between different parts of the print.
* It will significantly reduce the amount and size of blobs on the surface where the nozzle enters the perimeter of a part.
* It takes a bit of time to retract.
* The material flow gets interrupted when a retraction happens. This has negative consequences for dimensional accuracy, banding and underextrusion.
* The filament could wear down when too many retractions happen, preventing the feeder from gripping the material.


---

# Agent Instructions: 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:

```
GET https://docs.c6.fabheads.com/modules/print-settings/advanced-settings/extrusion/retraction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
