> 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/the-basics/fun-3d-printing-facts/extrusion-temp-printing-temp.md).

# Extrusion Temp ≠ Printing Temp

An interesting phenomenon in 3D printing is that what you set your printing temperature at may not be what the temperature of your actual filament extrudes at. &#x20;

We cover this in our [Warping](/printing-tips/material-science/warping.md) section in Material Science, but essentially it takes time for material to heat up.  This means if you print faster than the hotend can melt your material, you will extrude at a lower temperature than what you set in your slicer. &#x20;

**Extrusion Temperature:** The temperature at which the plastic exits the nozzle (in ˚C)

**Extrusion Rate:** The rate at which the plastic is extruded from the nozzle (in mm3/s)

<figure><img src="/files/ir2iYJfN5oZzwzAvM8aw" alt=""><figcaption></figcaption></figure>

This is why when you print really fast on a printer that does not have a very high flow hotend - you may need to set your printing temperature above manufacturer recommendations.  If you extrude at too low of a temperature due to print speeds, you may get a part that has a matte finish, under extrudes, or potentially even clogs. &#x20;

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


---

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

```
GET https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/extrusion-temp-printing-temp.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.
