# 固件

- [关于](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/about.md)
- [安装/升级](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/installation-upgrade.md)
- [功能](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features.md)
- [3D 探针支持](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/3d-probe-support.md)
- [变量](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/variables.md)
- [数学](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/math.md)
- [柔性补偿系统](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/flex-compensation-system.md): 柔性补偿已在 2.0.0-RC1 版本中添加
- [点动模式](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/jog-modes.md)
- [自定义刀具设定器位置](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/custom-tool-setter-position.md)
- [自定义刀具槽位](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/custom-tool-slots.md)
- [LED 行为](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/led-behavior.md)
- [主轴最大转速](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/spindle-max-rpm.md)
- [USB 串口波特率](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/features/usb-serial-baud-rate.md)
- [支持的命令](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands.md)
- [G代码](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/gcodes.md): 下表显示支持的 GCode
- [反时间进给](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/gcodes/inverse-time-feed-g93-g94.md)
- [G0 默认快速进给](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/gcodes/g0-default-rapid-feed.md)
- [M代码](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes.md): 下表显示支持的 MCode
- [可选停止模式](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/optional-stop-mode.md)
- [逐行执行模式](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/line-by-line-execution-mode.md)
- [宏](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/macros.md)
- [打印文本](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/printing-text.md)
- [自校准](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/self-calibration.md)
- [探测](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/probing.md)
- [刀具偏移管理](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/tool-offset-management.md)
- [刀具槽位管理](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/tool-slot-management.md)
- [换刀](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/tool-change.md)
- [高级运动控制](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/mcodes/m400-wait-for-moves.md)
- [控制台命令](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/console-commands.md)
- [WCS 管理](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/console-commands/wcs-management.md)
- [config-delete](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/console-commands/config-delete.md)
- [波特率](https://carvera-community.gitbook.io/docs/stable/zh/gu-jian/supported-commands/console-commands/baud.md)


---

# 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.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.
