> 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/hairy-or-stringy-prints.md).

# 毛糙或拉丝打印件

本文所讨论的打印失败是由于在不应挤出材料时，喷嘴中渗出过多材料造成的。

### **阅读“**[**材料科学**](/polymaker-wiki/polymaker-wiki-zh/da-yin-ji-qiao/material-science.md)**”文章**

与我们涵盖的大多数问题一样，如果您了解聚合物背后的科学原理，那么您很可能能够找出解决问题的方法。本文直接涵盖了“渗料”这一具体问题。

### **增加回抽设置**

回抽发生在打印头移动时，以减少从喷嘴中流出的多余材料。本质上，挤出机离热端越远，您需要的回抽设置就越高。

这意味着当您使用鲍登（Bowden）设置时，您将需要比使用直接挤出机高得多的回抽设置。如果您的直接挤出机和热端之间存在小间隙，您也需要更高的回抽设置，而像Hemera这样的产品几乎完全消除了这个间隙。挤出机和热端之间的间隙越小，您需要的回抽就越少，并且越容易避免打印件上的斑点和拉丝。

了解您正在使用的材料也非常重要。您可以通过调整设置来打印出没有任何斑点或拉丝的PLA，但打印PETG时几乎不可能完全避免一些拉丝。如果您打算打印PETG，您可能需要使用刀片或热风枪来去除不可避免的少量拉丝。

### **提高移动速度**

由于这些斑点和拉丝只会在热端不主动打印时发生，因此您可以通过提高移动速度来减少喷嘴移动的时间。只要您的步进电机和框架能够承受增加的加速度和速度，您就可以大幅提高移动速度。

在CoreXY机器上，您可以将移动速度设置为200毫米/秒或更高，移动加速度设置为2,500毫米/秒/秒或更高。如果您遇到机器剧烈晃动或听到步进电机跳步的声音，您需要降低这些速度。许多新型打印机，例如Bambu Lab制造的打印机，由于其振动补偿功能，可以实现更高的加速度和移动速度。

在不出现问题的情况下达到的最高速度将大大有助于减少这些拉丝和斑点。由于热端在移动时没有进行打印，因此这些高移动速度不会降低您的打印质量。

![上图显示了两个回抽测试打印件，两者之间唯一的区别是右侧打印件的移动速度有所提高。](https://cdn.shopify.com/s/files/1/0548/7299/7945/files/Retraction_Test_600x600.jpg?v=1726089288)

### **尝试滑行（Coasting）**

滑行用移动路径替换挤出路径的最后一部分。用移动路径替换打印的最后一部分将导致任何渗出的材料被用于打印您的部件，从而减少拉丝。正如您在我们的“[打印件缺失层和孔洞](https://github.com/Gankhulug456/Polymaker_wiki/tree/main/zh/printing-tips/common-printing-issues/missing-layers-and-holes-in-prints.md)”文章中看到的，如果您在没有拉丝问题时开启滑行，可能会导致打印件侧面出现孔洞。

尽管如此，对于大多数廉价的鲍登（Bowden）打印机，当您使用滑行时，打印质量可能会有所改善。这在打印PETG等材料时尤其如此，因为PETG比PLA更容易引起拉丝问题。

### **干燥或更换材料**

当材料吸收了过多的水分时，可能会出现各种打印问题，包括打印件毛糙或拉丝。如果您在挤出时听到“爆裂”或“噼啪”声，那么您的耗材可能吸收了过多的水分。

干燥材料或更换新卷耗材。

## **减少拉丝或毛糙3D打印件的方法总结**

* 阅读“材料科学”文章
* 增加回抽设置
* 提高移动速度
* 尝试滑行，特别是当您使用鲍登式挤出机时
* 干燥或更换材料

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


---

# 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/hairy-or-stringy-prints.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.
