# Aligning to a Prefabricated Board

Before printing a circuit with the V-One, you need to make sure that the circuit pattern will line up with the board. This is straightforward for bare boards, but what if you want to print on a board that already has circuit features on it? That's where **Aligned Printing** comes in!

Aligned printing allows the V-One to perfectly align and print a design on a substrate with pre-existing features. With aligned printing, your design options extend beyond just a single layer or a bare board.

* Print double-sided PCBs by aligning with drilled vias
* Create useful add-ons for your preferred hardware development platform by printing on Template Boards
* Rework a PCB design by printing jumper wires and component pads - no need to spin a new prototype because you missed a decoupling capacitor!

{% hint style="info" %}
Using Templates? Download our [parts library (EAGLE) or dimensions drawings](/docs/v-one/downloads/substrates-and-templates.md).
{% endhint %}

### General Procedure

#### PCB Design

To be able to perform an aligned print, your PCB design **must include** both:

1. The features that you want to print
2. The existing features on the substrate that you are aligning to (for now, these must be vias or through-hole pads)

{% hint style="warning" %}
**Note**: Your final Gerber files must include the features (pads or vias) you wish to align to!
{% endhint %}

Take the design below, for example, of a double-sided LED matrix design for an Arduino Uno template.

![](//images.ctfassets.net/e6vf9wdhbae5/44UuVcNEM6RY7uCtINqegr/203a7ffdc316ff5c4abe3b76a68fd20b/layout-scaled.jpg)

In the design, there is no need to distinguish between existing features and alignment features. Instead, **selective printing** will be used to select only the features you want to print.

#### Select Aligned Printing

From the Start menu, select the **PRINT** flow. The V-One software will then prompt you to choose one of two options:

![](//images.ctfassets.net/e6vf9wdhbae5/53QIQ6qcZE8ss3XdPiyfNQ/d7ec6752aeb83c1acdd7e9cc6b6927d9/Select_Alignment.jpg)

1. **SIMPLE** - Basic alignment for printing on bare substrates. This would be used for printing single layer circuits or (potentially) the top layer in a double-sided circuit.
2. **ALIGNED** - The method being discussed in this guide. Select this one!

#### Locate the Features

After loading the circuit and mounting the Probe, the V-One software will prompt you to Locate the highlighted feature. This procedure is very similar to the **pad locate** step when dispensing solder paste. Just like pad locate, you want to ensure that the probe is as centered as possible when confirming the feature location.

#### Selective Print

In the Print step, use Selective Printing to select only the features you want to print. This way, you can remove the alignment features and avoid printing redundancies.

Tips for selecting printing:

* **Click**: Select a feature
* **Shift**: Add to selection
* **Ctrl**: Remove from selection
* **Click and drag**: Select or deselect a group of features

Selected features will appear green, while de-selected features will be blue. In the design below, the template pads have been deselected - since they are already on the board, the V-One only needs to print the traces that connect to them.

![](//images.ctfassets.net/e6vf9wdhbae5/7qBgRMMtQxFUXGzpjtU5H5/9c4944c1c00f7edc4c33e9e63e2a1962/selective-print-example.jpg)

From here, just click print and the V-One will print your aligned circuit!


---

# 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/aligning-to-a-prefabricated-board.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.
