> For the complete documentation index, see [llms.txt](https://docs.voltera.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltera.io/docs/v-one/learn-v-one/circuit-design-for-v-one/ecad-export-guides/kicad-export-guide.md).

# KiCad Export Guide

### Gerber Export Guide

This article describes the preferred method for generating Gerber and Drill files to print circuits on the Voltera V-One. Before proceeding, it is recommended to read the Circuit Design Guidelines.

{% hint style="warning" %}
**Note**: Screenshots are of KiCad 7.0.0 running on Windows 10. The exact names of the settings presented may differ based on the KiCad version, operating system, and circuit design in question.
{% endhint %}

### Exporting Gerber Files

From the PCB Editor, navigate to *File > Plot*.

Under *Plot format*, select **Gerber**.

Optionally, create a subfolder to hold the generated files. By default they will be written to your project directory.

Under *Layers*, select **F.Cu, B.Cu, F.Paste and B.Paste**. You will not need all of these files for every circuit, but exporting them all simplifies this process.

Under *General Options*:

* Check **Plot footprint values**
* Check **Plot reference designators**
* Check **Do not tent vias**

Under *Gerber Options*:

* Check **Use Protel filename extensions**
* Set *Format: 4.6mm*
* Check **Disable aperture macros**

When ready, **Click Plot** to export the Gerber files.

<figure><img src="/files/pdMdKfPdHh1IPnBd6bUK" alt=""><figcaption></figcaption></figure>

### Exporting Drill Files

Continuing from the *Plot* window, click **Generate Drill File**, next to the *Plot* button.

If you created a subfolder for your Gerber files, select it as your Output directory

Under *Drill File Format,* select **PTH and NPTH in single file**

Under *Map File Format*, select **Gerber X2**

Under *Drill Origin*, select **Absolute**

Under *Drill Units*, select **Millimeters**

Under *Zeros Format*, select **Decimal format**

When ready, Click **Drill File** to export the drill file.

<figure><img src="/files/ZlKaqAIPLqz85xIYS7PL" alt=""><figcaption></figcaption></figure>


---

# 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://docs.voltera.io/docs/v-one/learn-v-one/circuit-design-for-v-one/ecad-export-guides/kicad-export-guide.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.
