> 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-zh/da-yin-ji-qiao/common-printing-issues/elephant-foot-smooshed-first-layer.md).

# 象脚（第一层被压扁）

象足是指打印件底部几层比其余部分厚得多的一种问题。就好像材料在几层之后自我修正之前被挤压变形了一样。

<figure><img src="/files/GiaksQTuOhxuupP62HwB" alt=""><figcaption></figcaption></figure>

这是一个相当直接的问题，因为其原因通常只有几个。

### **喷嘴离构建板太近**

当首层打印时喷嘴离构建板太近，材料会堆积、挤出，并表现为比实际零件尺寸更厚。如果喷嘴和构建板之间没有足够的距离，这个问题将很难避免。

象足现象会在大约5-10层后自行修正，但零件的底部部分尺寸肯定是不正确的。

### **构建板温度过高**

导致象足故障的另一个原因是构建板温度对于挤出的材料来说过高。你不应该用高于60摄氏度（有时甚至只有50摄氏度）的构建板温度来打印PLA，但如果你这样做，你的打印件底部可能会变形。

这是因为你将构建板温度设置得高于材料的玻璃化转变温度。这意味着当材料沉积在底部几层之上时，这些材料会变形。虽然在这些高床温下更容易获得良好的床层附着力，但变形会导致象足。

请确保你根据制造商的建议，为所使用的材料设置了合适的构建板温度。如果你确定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>

在我的标准DIY机器上，我们很少使用底筏，但如果象足是一个持续存在的问题，底筏应该能让这个故障消失。底筏可以解决喷嘴离构建板太近的问题，也可以解决构建板温度过高的问题。这个底筏在你的打印件和打印床之间充当一道屏障，这意味着你将不再有任何象足问题。上面的照片显示了同一打印件在移除底筏前后的对比，下面是带有底筏的打印件（右侧）与有象足问题的版本（左侧）的对比。

<img src="https://attachments.gorgias.help/vo0l5/hc/g8y3/175b4db7-bed3-47ca-a5f4-65b25bdbb8f1-1568abf2-ba58-461d-ba95-4a9edf7ced64.jpeg" alt="前后对比" width="623">

许多打印机都旨在标准使用底筏来帮助床层附着，只要设置得当，底筏可以是一个很好的解决方案。

### **负初始层水平膨胀**

这是Cura中的一个功能，在其他切片软件中可能名称不同。初始层水平膨胀可以导致第一层有更厚或更薄的膨胀。较厚的膨胀有助于床层附着，但会加剧象足问题。将此数值设置为负值有助于缓解那些你遇到大量问题的零件上的象足现象。

当出现这个问题时，我们个人会使用底筏，但采用这种方法也应该有所帮助。

## **3D打印“象足”问题的解决方案总结**

* 确保你的喷嘴没有离构建板太近
* 确认你的构建板温度在所用材料的建议温度范围内运行。
* 使用底筏完全缓解问题。

{% 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-zh/da-yin-ji-qiao/common-printing-issues/elephant-foot-smooshed-first-layer.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.
