# 机械臂坐标说明

机械臂默认使用的是基于机械坐标原点（位于底座和大臂连接处）的直角坐标系（也叫机床坐标系）。坐标系说明如下图：

![Rotrics机械臂坐标系](/files/-M5aUfEIlgsBm1gCrG5U)

💡**Tips: 机械臂获得较大工作面积的点在`X300，Y0，Z0`的位置，即Rotrics Studio和触控屏上的HOME点。对于3D打印来说，X300，Y0在打印平面上的投影是最合适的打印开始点。**

Rotrics Studio软件激光和写字绘画界面展示的灰色工作区域就是在机械坐标系下的工作范围。

![Rotrics机械臂在平面下的工作区域](/files/-M76c-7fMU1M6KLcHlKs)

当使用第三方软件生成G-code时，需要设定动作坐标偏置（设置工作中心坐标为`X300, Y0`），或者使用G92指令设定工作坐标系（调整到合适的开始位置后，发送`G92 X0 Y0 Z0`）。具体会在对应功能生成G-code部分详细说明。


---

# 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://manual.rotrics.com/v1.0-chinese/overview_chn/coordinate_system_chn.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.
