> 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/over-extrusion-vs.-under-extrusion.md).

# 過剰押出 vs. 押出不足

3Dプリントにおける過剰押出は、通常、不足押出よりも肉眼で検出しやすいです。フィラメントが多すぎると、しばしばブロブ、糸引き、あるいはフィラメントが意図した境界を越えてあふれ出たり滲み出したりしているように見える、極端に厚い層などの明らかな兆候が見られます。表面のラインの間に盛り上がった筋ができたり、余分な材料によって層がたわんだりするなどの視覚的な手がかりがあるため、過剰押出は比較的簡単に見分けられます。造形物の表面は雑然として見えたり、必要以上に大きく見えたりしますが、これはプリンターが必要以上の材料を押し出していることを示しています。

対照的に、不足押出は見た目ではより分かりにくい場合がありますが、プリント強度にはより深刻な影響を与えることがあります。不足押出された部分が表面上は問題ないように見えても、フィラメントの吐出が欠けていたり薄かったりするということは、層が十分に結合しておらず、内部構造が脆くなっていることを意味します。その結果、材料不足によって物体の機械的な強度が損なわれるため、応力がかかった際に崩れたり、割れたり、裂けたりしやすい造形になります。層間の隙間や疎なインフィルはすぐには分からないこともありますが、部品の強度を大きく低下させます。したがって、不足押出は過剰押出ほど一見して見つけにくい一方で、最終的な造形物の耐久性や機能性により大きなリスクをもたらします。こうした隠れた弱点を避けるには、細部に注意してプリント品質を監視することが必要です。

つまり、目視確認だけでは不足押出を十分に検出できない場合があり、強く信頼性の高い3Dプリントのためにはキャリブレーションと慎重な調整が不可欠です。過剰押出のエラーは何かがおかしいことを視覚的に知らせてくれますが、不足押出は最初は見た目が良くても、静かに部品品質を低下させることがあります。

{% 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-ja/ji-ben/fun-3d-printing-facts/over-extrusion-vs.-under-extrusion.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.
