> 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/print-thickness-vs.-heat-resistance.md).

# プリント厚さ vs. 耐熱性

### 印刷厚さが耐熱性に与える影響

3Dプリントでは、層の高さや部品の厚さは強度や重量だけでなく、それ以上の要素にも影響します。プリントの厚さは、使用中であれ、焼きなましのような後処理中であれ、熱下でどれだけ形状を保てるかにおいて重要な役割を果たします。材料を比較する際には熱変形温度（HDT）がよく取り上げられますが、実際の性能にはプリントの形状や密度も大きく影響します。

### 薄いプリントと熱変形

薄肉または低密度のプリントは、熱にさらされたときに反りや変形が起こりやすくなります。内部応力に抵抗する材料が少ないため、より早く軟化し、形状を保ちにくくなります。これは、内部応力が解放されるにつれて樹脂が緩むため、薄いモデルを焼きなます際に特に顕著です。

そのため、薄い部品を扱ったり焼きなましたりする際には、追加の対策を講じる必要があります。一般的な方法としては、塩による焼きなましや砂による焼きなましがあり、プリントを細かい粒子の中に埋めて、加熱中に固定します。プリントが平らな場合は、上に重りを置くことで、工程中にたわんだり巻いたりするのを防ぐのに役立ちます。これらの方法により、不要な変形を抑え、寸法精度を損なうことなく、熱処理によって耐熱性を向上させることができます。

### 厚いプリントと寸法安定性

より厚く高密度な部品は、熱に対して異なる挙動を示します。体積が大きく構造的な強度が高いため、加熱時の軟化や反りに対してより高い耐性があります。重くて充実したプリントは、通常、焼きなまし中に支えがなくても形状を保てます。焼きなまし工程は、特定の材料では結晶化度を高めることで耐熱性をさらに向上させることがありますが、薄肉プリントと比べると、形状変形の可能性ははるかに低くなります。

### 熱変形温度を超えて

印刷された物体の耐熱性は、材料の定格だけでは判断できません。HDTは有用な基準情報を与えますが、実際の性能には形状と厚さが大きく関わります。同じフィラメントで作られた薄いトレーと、無垢のブロックでは、熱を加えたときにまったく異なる挙動を示すことがあります。この関係を理解することで、望ましい耐熱性能を得るために、適切なプリント設定、インフィル、後処理方法を選べるようになります。

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


---

# 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/print-thickness-vs.-heat-resistance.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.
