# OrCAD 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 OrCAD PCB Designer 17.4 running on Windows 10. The exact names of the settings presented may differ based on the software version, operating system, and circuit design in question.
{% endhint %}

### Gerber Parameters

From the PCB Designer, navigate to *Export > Gerber Parameters.*

Device Type is *Gerber RS274X*\
Output units is *Millimeters* \
Format is *Integer Places: 3* & *Decimal Places: 5*\
Suppress has *Trailing Zeroes* checked

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

### **Exporting Gerbers**

From the PCB Designer, navigate to *Export > Gerber.*\
Check the TOP and BOTTOM layer boxes\
If you have a solder paste layer, make sure it's checked as well.\
Click on **Create Artwork**

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

### Drill File Parameters

From the PCB Designer, navigate to *Export > NC Parameters.*

Format is *3* and *5*\
Output Units is *Metric*\
Check *Trailing zero suppression*\
Check *Enhanced Excellon Format*

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

### Exporting a Drill File

From the PCB Designer, navigate to *Export > NC Drill.*\
Check *Auto tool select*\
Click on **Drill** to export the file

<figure><img src="/files/5mBm1ZzzAz6lHxICk4zq" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If the Gerber loads successfully into the V-One software but the drill file does not, please make sure that the Format settings match for the Gerber and export settings.
{% endhint %}

{% hint style="info" %}
If the design fails to load please try resaving the exports through gerbV in the process listed on this [support page](/docs/v-one/learn-v-one/circuit-design-for-v-one/gerber-files-fail-to-load.md).&#x20;
{% endhint %}


---

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