> 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/material-science/oozing.md).

# 渗漏

在本部分中，我们将根据根本原因区分两种渗料。

第一个根本原因是挤出的长丝与喷嘴内部的材料连接而产生的渗料。当喷嘴移动到另一个位置时，挤出的长丝会迫使喷嘴内部的材料从喷嘴中拉伸出来。我们将这种现象重新命名为拉丝（因为产生了这种“丝”）。

具有高分子间相互作用的聚合物，或吸收了水分的聚合物，往往会出现这个问题。

![](https://attachments.gorgias.help/vo0l5/hc/g8y3/stringing-c02547ed-7095-47c4-8c00-f652f4ef3e98.png)

解决拉丝问题的一个简单方法是，在喷嘴移动到另一个位置之前，通过喷嘴进行擦拭动作，将挤出的长丝与喷嘴中的材料切断。

第二个根本原因是实际的材料渗料，它是由残余压力和重力造成的，这些因素会随着时间推移将材料从喷嘴中挤出。

如前所述，以上3个因素将决定从喷嘴中渗出的材料量：

### 残余压力、重力和时间。

![](https://attachments.gorgias.help/vo0l5/hc/g8y3/gravity%20and%20time-e494148f-960f-4a7a-9f08-d7db05bf580b.png)

为了减少渗料，我们需要减少或抵消每个因素：

**残余压力：**

残余压力是打印机在喷嘴内建立压力以特定体积速度挤出的结果。这种压力在很短的时间内无法完全从喷嘴中排出，因此材料会继续轻微挤出。为了降低残余压力，我们可以增加回抽设置（距离、速度），增加滑行（利用残余压力完成层），降低挤出速率（挤出所需压力更小）或提高打印温度（挤出所需压力更小）。

**重力**

重力总是会将长丝从喷嘴中拉出，如果重力大于塑料与喷嘴内表面的流动阻力以及塑料内部的剪切力，材料就会渗出。请注意，通过增加模具的L/D比（L：模具毛细管的长度，D：喷嘴孔的直径）可以增加喷嘴内表面与塑料之间的流动阻力。通过降低喷嘴温度（因此在一些双挤出3D打印机中降低待机温度）可以增加塑料内部的剪切力。

**时间**

从喷嘴渗出的材料量还取决于喷嘴不活动的时间。持续时间越长，渗出的材料量越大。通过设置高移动速度、加速度和合理的急停（jerk）设置，可以显著减少这段时间。材料在到达模型的其他部分之前将没有时间渗出。高移动速度和加速度不应像增加打印速度和加速度那样影响重影。然而，对于双挤出打印，这个因素实际上无法改变。


---

# 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/material-science/oozing.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.
