# 写字绘画

## 简介

写字绘画模块可以将电脑上的SVG图片和文字绘制到纸和白板等材料上，更换不同的笔可以绘制不同粗细和颜色的笔迹。将需要绘制的文字和图片加载到Rotrics Studio软件，生成G代码即可发送到给机械臂完成绘制。可以用于写信、画漫画、画水彩画等。

欢迎在社区中分享你的创意和作品 - [Rotrics Facebook Group](https://www.facebook.com/groups/rotrics)！

## 本节目录

#### 安装写字绘画模块

#### 开启电源

#### 连接Rotrics Studio软件

#### 生成G-code

#### 固定画纸

#### 开始绘制

#### 使用建议

#### 故障排除

#### FAQ


---

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