> 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/3d-slicers/printing-speeds.md).

# 打印速度

### 速度配置中的核心概念

3D 打印中的打印速度受硬件能力、材料特性和切片软件设置的影响。关键因素包括 **喷嘴直径**, **热端流量能力**, **校准，** 和 **打印机运动学** （例如，笛卡尔、CoreXY、Delta）。要在速度和质量之间取得平衡，需要理解这些元素如何相互作用。

## 机器运动学与速度潜力

### **CoreXY、笛卡尔与 Delta 对比**

* **CoreXY**：采用同步皮带系统驱动轻量化打印头运动，可实现高加速度（3000+ mm/s²）和最高速度达 **300 mm/s** ，且伪影极少。
* **Delta**：轻量化臂结构可实现快速变向，适合高件打印，但在入门机型中受 Bowden 挤出机限制。
* **笛卡尔式**：传统的热床移动式设计在高速下会受惯性影响较大，但在注重细节的打印中仍然可靠。

**关键见解**：CoreXY 和 Delta 系统由于运动质量更小而在速度上表现出色，而笛卡尔打印机则更注重简洁性而非速度。

## 切片软件速度设置详解

### **关键参数**

1. **默认打印速度**:
   * 控制整体挤出运动（通常 **40–100 mm/s**).
   * 请逐步调整（+5–10 mm/s），以避免挤出不足或层移。
2. **按区域设置的速度**:
   * **填充**：与默认速度一致以提高效率。
   * **外壁**: 减少为 **50–75%** 的默认速度，以获得更平滑的表面。
   * **首层**: 设置为 **15–25 mm/s** （或 **50%** 的默认速度）以确保附着。
   * **移动**：提高到 **150+ mm/s** （Bowden 系统更能处理高速度）。
3. **体积流量**:
   * **公式**：流量 (mm³/s)=喷嘴直径 (mm)×层高 (mm)×速度 (mm/s)。
   * **示例**：0.4mm 喷嘴、0.2mm 层高和 100 mm/s 需要 **8 mm³/s**.
   * **热端限制**：标准 V6 热端最大约为 \~12 mm³/s，而 Volcano 风格可达 **25+ mm³/s**.

## 硬件限制与解决方案

### **挤出机类型**

* **齿轮挤出机**：可实现更快速度（例如， **300×喷嘴直径**）通过增强对耗材的抓力。
* **直驱**：更适合柔性耗材，但会增加重量，限制加速度。

### **喷嘴与层高**

* **经验法则**：打印速度 ≤ **100×喷嘴直径** （例如，0.4mm 喷嘴为 40 mm/s）。这只是原厂老式打印机的起点，配件更好的新机器可以打印得快得多。
* **层高**：中等层高（约为喷嘴直径的 50%）可在速度与细节之间取得平衡。

### 加速度与抖动设置

* **加速度**：控制打印机达到目标速度的快慢。
  * **高值（3000+ mm/s²）**：可缩短打印时间，但会有重影/振纹风险。
  * **新打印机：** 带有振动补偿的新机器可通过减轻重影/振纹效果，将加速度提升至 20,000mm/s²。
  * **低值**：以速度为代价提升表面质量。
* **急动**：控制方向切换时的瞬时速度变化。
  * **典型范围**：10–20 mm/s（Delta/CoreXY 可更高）。

**注意**：由于可加速距离有限，小件打印可能无法从高速度中受益。

## 速度优化的实用流程

1. **基线校准**:
   * 从材料的厂家推荐速度开始。
   * 打印一个 **温度塔** 和 **速度测试模型** 以识别极限。
2. **优先处理的部分**:
   * 将填充和空移速度最大化。
   * 放慢外壁和首层以保证质量。
3. **监控体积流量**:
   * 确保切片设置与热端能力匹配（例如，Bambu Lab X1C 可处理 **32 mm³/s**).
4. **调整机械部分**:
   * 收紧皮带并润滑导杆，以减少高速下的抖动。
   * 对于高要求材料，升级为高流量喷嘴（例如 CHT、Volcano）。

### 常见问题排查

* **欠挤出**：提高热端温度或降低速度。
* **重影/振纹**：降低加速度/抖动，或安装输入整形（Klipper）。
* **附着失败**：降低首层速度并提高热床温度。

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


---

# 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/3d-slicers/printing-speeds.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.
