> 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-ja/ji-ben/fun-3d-printing-facts/extrusion-temp-printing-temp.md).

# 押出温度 ≠ プリント温度

3Dプリントにおける興味深い現象の一つは、設定した印刷温度が、実際のフィラメントが押し出される温度と一致しない場合があることです。

これについては私たちの [反り](/polymaker-wiki/polymaker-wiki-ja/nohinto/material-science/warping.md) 材料科学のセクションで扱っていますが、本質的には、材料が温まるには時間がかかります。つまり、ホットエンドが材料を溶かせる速度よりも速く印刷すると、スライサーで設定した温度よりも低い温度で押し出されることになります。

**押出温度：** プラスチックがノズルから出る温度（˚C）

**押出速度：** プラスチックがノズルから押し出される速度（mm3/s）

<figure><img src="/files/156bdf10fe466a6ea8b22b1991d57b82e4248a65" alt=""><figcaption></figcaption></figure>

そのため、流量の高いホットエンドを備えていないプリンターで非常に高速に印刷する場合は、メーカー推奨値より高く印刷温度を設定する必要があるかもしれません。印刷速度のせいで押し出し温度が低すぎると、表面がマットになったり、押出し不足になったり、場合によっては詰まりが発生したりすることがあります。

{% 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, and the optional `goal` query parameter:

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