# 支持的命令

- [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/supported-commands.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.
