# 关于

社区开发版的 Carvera 固件具有许多优于并超越 Makera 软件的功能和修复：

* 对以下内容的支持 **3D Touch 探针** 设备 [命令](/docs/stable/zh/gu-jian/supported-commands/mcodes/probing.md) [探针安装](https://www.instructables.com/Carvera-Touch-Probe-Modifications/)，包括用于校准锚点 1 和 2 位置，以及自动探测角点、孔、凸台、角度和第四轴材料以实现高精度的宏 **WCS 原点** 设置（尤其适用于 **双面加工**)
* 3D 探针防碰撞保护
* 能够使用 LinuxCNC/Faunic 风格的 [数学](/docs/stable/zh/gu-jian/features/math.md) 以及 [变量](/docs/stable/zh/gu-jian/features/variables.md) 存储
* [文件宏](/docs/stable/zh/gu-jian/supported-commands/mcodes/macros.md) 在一个文件中运行另一个文件
* 能够使用 **多个工作区** 而不仅仅是 G54
* 支持编号超过 99 的刀具 **最高可达 999999**
* 原版 Carvera 在使用刀具 > 6 时的手动换刀自动化
* 工件坐标系 **（WCS）旋转** 支持
* 更好的诊断命令
* [可选暂停](/docs/stable/zh/gu-jian/supported-commands/mcodes/optional-stop-mode.md)
* [逐行执行](/docs/stable/zh/gu-jian/supported-commands/mcodes/line-by-line-execution-mode.md) 模式
* [刀具长度偏移管理](/docs/stable/zh/gu-jian/supported-commands/mcodes/tool-offset-management.md) 选项，例如 **设置刀具长度偏移** 通过已知偏移（如销钉）并测试刀具断裂
* [**连续点动**](/docs/stable/zh/gu-jian/features/jog-modes.md#continuous-jog-mode) 模式，用于更平滑的点动运动，同时也 **支持手动铣削**
* [挠度补偿系统](/docs/stable/zh/gu-jian/features/flex-compensation-system.md) 适用于 Carvera Air，能够 **补偿** X 轴 **导杆弯曲**
* 能够 **存储/加载床面调平信息** 到/从 SD 卡

请参见 [YouTube 页面](https://www.youtube.com/@carvera-community) 以及 [version.txt](https://github.com/Carvera-Community/Carvera_Community_Firmware/blob/Dev/version.txt) 以获取更详细的变更日志。


---

# Agent Instructions: 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:

```
GET https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
