> For the complete documentation index, see [llms.txt](https://manual.rotrics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.rotrics.com/v1.0-chinese/laser_engraving_chn/kai-shi-diao-ke.md).

# 开始雕刻

本节将说明如何使用Rotrics Studio或触控屏开始激光雕刻。

## 使用Rotrics Studio开始激光雕刻

1\) 生成激光雕刻G-code之后，在激光雕刻窗口，点击左侧`▶`按钮，即可开始雕刻；

![](/files/-M77TPVArZokwrmE8P8q)

## 使用触控屏开始激光雕刻

1\) 将准备好的G-code文件拷贝到触控屏SD卡&#x7684;**`g-code`**&#x6587;件夹；

2\) 将触控屏连接到机械臂，点&#x51FB;**`Basic -> HOME`**&#x6309;钮，使机械臂回到HOME点；

3\) 点&#x51FB;**`SD Card`**&#x6309;钮，选择对应的g-code文件，点&#x51FB;**`Start`**&#x5373;可开始绘制。


---

# 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://manual.rotrics.com/v1.0-chinese/laser_engraving_chn/kai-shi-diao-ke.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.
