# 繪製接線圖功能

在使用硬件創作的時候，我們很多時都會想規劃硬件的接線圖，有見及此，Kittenbot特地開發了繪製接線的插件，讓大家能輕鬆規劃硬件接線，更容易分享自己的設計。

### 繪製接線圖

接線欄可以在這裡找到。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire11.png)

#### 1. 加入硬件

我們可以在這裡加入硬件。將滑鼠移到按鈕上面，選項菜單就會出現。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire21.png)

**選擇硬件**

我們可以在這裡選擇硬件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire4.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire5.png)

**上傳硬件**

我們可以在這裡上傳本地硬件。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire6.png)

#### 2. 硬件接線

選擇硬件之後就可以開始接線。

我們可以選擇個別硬件，調教大小、角度和位置等。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire7.png)

選擇創建點，然後選擇顏色。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire8.png)

在硬件上點擊就會建立接線點。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire9.png)

點擊連線，然後連接2點。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire10.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire111.png)

點擊創建圓弧點，在線條上點擊，之後拖曳圓弧點就可以建立曲線。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire12.png)

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire13.png)

如果要刪除點，選擇刪除點然後點擊想刪除的點。

![](https://kittenbothk.readthedocs.io/en/latest/_images/wire14.png)


---

# 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://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/an-zhuang-ban-kittenblock/features/kittenblock_function/wiring.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.
