> 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/first-layer-is-most-important.md).

# 第一層が最も重要

3Dプリントの最初の層は、おそらく最も重要です。なぜなら、それが部品全体の土台を築くからです。最初の層がビルドプレートに適切に密着していなかったり、押し出しが不均一だったりすると、その後の層は安定した一貫性のある基盤に依存するため、造形が失敗することがあります。ノズルとベッドの間隔が大きすぎると密着不良につながり、反りやレイヤーずれの原因になります。一方で、ノズルがビルドプレートに近すぎると、表面をこすったり傷つけたりする恐れがあり、プレートとプリントの両方を台無しにする可能性があります。きれいに敷かれた最初の層は、適切な接着と寸法安定性を確保し、プリント成功の可能性を大きく高めます。

現代の3Dプリンターは、自動ベッドレベリングや初期Z高さキャリブレーションといった機能によって大きく進化しており、これらは最初の層の問題が起きる可能性を大幅に減らし、手動調整の手間を省いてくれます。これらの自動化システムは、印刷開始前にノズルの高さとベッドの水平が最適になるよう助けます。しかし、こうした改良があっても、特に新しい材料を試すとき、ビルドプレートを変更したとき、あるいはメンテナンス後に印刷するときは、最初の層を注意深く監視することが強く推奨されます。プリンターから離れる前に最初の層が正しく印刷されていることを確認するのは、印刷失敗を防ぎ、機器を保護するためのベストプラクティスのままです。

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


---

# 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/first-layer-is-most-important.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.
