> 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/ji-chu-zhi-shi/fun-3d-printing-facts/reduce-purge-waste.md).

# 减少清料浪费

减少 AMS 或类似多材料系统中的清料废料，能在材料节省和打印效率方面带来显著提升。多材料 FDM 打印机在更换颜色或材料时会通过清料循环清除热端中的旧丝材，但有一些实用策略可以尽量减少这部分浪费。

### 多热端打印机：最佳解决方案

减少清料废料最有效的方法，是使用配备两个以上热端和喷嘴的打印机。IDEX（独立双挤出机）和换头系统会让每种丝材都固定分配给自己的热端，从而在切换时尽量减少清料需求。双头及类似设备相比依赖 AMS、MMU、ERCF 或 Palette 单元的单喷嘴系统，废料要少得多。

### 在切片软件中校准冲刷量

针对每一次转换精细调整冲刷和清料体积至关重要。从黑色切换到白色通常需要 250–300mm 的冲刷量，而从白色切换到黑色一般只需 60–80mm。可以先使用 0.6 之类的倍数值，再根据材料和颜色测试进行调整，这会很有帮助。切片软件通常允许进行详细调节，或根据转换颜色提供推荐设置。

### 批量打印：同一打印板上的多个零件

在同一打印板上打印多个对象，不会因为每个额外零件而增加额外的清料材料，因为切换是对所有对象同时发生的。连续执行单个对象的任务相比批量打印会浪费更多材料，因此把多个打印任务组合在一起，是减少浪费的一种简单方法。

### 清料到填充内部

减少可见清料废料的一种有效方法，是将转换材料直接清料到打印模型的填充结构中。这样可以把原本会成为废料的材料重新用于物体的功能部分，前提是外壁不透明，或者增加壳层数量，以免内部填充的颜色透出来。提高填充率还能进一步吸收清料材料，而无需打印额外废料。

### 清料到物体中

转换材料可以导向一个额外打印的物体，例如小摆件或解压玩具，这样清料就会变成可用物品，而不是废弃物。颜色变化会是随机的，但这种方法既能增加价值，也能减少部分浪费。

### 净化塔优化

净化塔有助于防止颜色串色，但一旦清料体积已经校准到位，就可以减小净化塔的尺寸。在许多切片软件中，甚至可以缩小或完全禁用净化塔，从而在不影响打印质量的前提下进一步减少耗丝。

{% embed url="<https://www.youtube.com/watch?v=SZ9O-5Lq5tM>" %}


---

# 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/ji-chu-zhi-shi/fun-3d-printing-facts/reduce-purge-waste.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.
