> 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/nokotsu/natoraburu/erefantofuttoshitsubusareta1.md).

# エレファントフット（潰れた第一層）

エレファントフットは、プリントの下数層が他の部分よりもはるかに厚くなる問題です。まるで数層分は素材が押し出されて潰れた後に元に戻ったかのように見えます。

<figure><img src="/files/049c1da206e350555204917361db72a335e9c629" alt=""><figcaption></figcaption></figure>

原因は数種類しか考えられないため、比較的簡単に修正できる問題です。   &#x20;

### **ノズルがビルドプレートに近すぎる**

最初のレイヤーでノズルがビルドプレートに近すぎると、素材が盛り上がって潰され、実際の部品の寸法より厚くなってしまいます。ノズルとビルドプレートの間に十分な距離がないと、この問題は避けにくくなります。 &#x20;

エレファントフットは5〜10層ほどで修正されますが、部品の底部は確実に正しい寸法ではなくなります。&#x20;

### **ビルドプレートが熱すぎる**

エレファントフットが発生するもう一つの理由は、押し出している材料に対してビルドプレートの温度が高すぎることです。PLAを60℃（場合によっては50℃）より高いベッド温度で印刷するべきではありませんが、もし高すぎる温度で印刷すると、底面が変形することがあります。

これはビルドプレートの温度が素材のガラス転移温度より高く設定されているためです。つまり底の数層の素材が、上に素材が積み重なると変形してしまいます。高いベッド温度ではベッドへの接着が得やすい一方で、この変形がエレファントフットを引き起こします。 &#x20;

使用している素材に対してメーカーの推奨温度を参照し、適切なビルドプレート温度を使用しているか確認してください。Z高さが正しく、推奨温度範囲内で運用しているのにエレファントフットが出る場合は、ビルドプレート温度をさらに少し下げてみてください。そうでなければ次の提案を試して問題が解消されるか確認してください。

### **ラフトを使用する**

<figure><img src="https://cdn.shopify.com/s/files/1/0548/7299/7945/files/Elephant_Foot_Raft_600x600.jpg?v=1709322689" alt=""><figcaption></figcaption></figure>

私の標準的な自作機ではラフトを使うことは稀ですが、エレファントフットが継続的に発生する場合はラフトでこの不具合を解消できるはずです。ラフトはノズルがビルドプレートに近すぎる問題を解決でき、ビルドプレートが熱すぎる問題も改善できます。ラフトはプリントとベッドの間のバリアとして機能し、エレファントフットの問題がなくなるはずです。上の写真は同じプリントでラフトを取り除く前と後で、下の写真はラフトあり（右）とエレファントフットがあるバージョン（左）です。

<img src="https://attachments.gorgias.help/vo0l5/hc/g8y3/175b4db7-bed3-47ca-a5f4-65b25bdbb8f1-1568abf2-ba58-461d-ba95-4a9edf7ced64.jpeg" alt="ビフォー・アフター" width="623">

多くのプリンターはベッドへの接着を助けるために標準でラフトを使うことを想定しており、設定が適切であればラフトは優れた解決策になり得ます。

### **初期レイヤーの水平拡張（負の設定）**

これはCuraの機能で、他のスライサーでは別の名称かもしれません。初期レイヤーの水平拡張は最初の層の厚みを厚くまたは薄くすることができます。厚い拡張はベッドへの接着に役立ちますが、エレファントフットを増加させます。この値を負に設定すると、特に問題の多い部品のエレファントフットを軽減するのに役立ちます。

私たちはこの問題が発生した場合にラフトを使用することが多いですが、この方法も効果があるはずです。 &#x20;

## **3Dプリントの「エレファントフット」対策のまとめ**

* ノズルがビルドプレートに近すぎないことを確認する&#x20;
* 使用している材料に対してビルドプレートが推奨温度範囲内で動作していることを確認する。
* 問題を完全に緩和するためにラフトを利用する。

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


---

# 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/nokotsu/natoraburu/erefantofuttoshitsubusareta1.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.
