> 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/software-overview/general-settings.md).

# General Settings

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

### Tool Movement

This parameter controls the height the probe, dispenser and drill will raise to when moving in between features. It's useful if you are dispensing on a board that already has components on it.

{% embed url="<https://youtu.be/cIWtAofiJxg>" %}

{% hint style="info" %}
The highest the tools can be raised when moving between points is 10mm.
{% endhint %}

### Probing Error Detection

Sets the maximum allowable height difference between adjacent points during probing.

See [Understanding Probing Issues](/docs/v-one/learn-v-one/hardware-overview/understanding-probe-issues.md) for more information.

### Gerber Processing

To improve Gerber file support we are replacing the existing parser and toolpath planner. If you notice problems please report them using in-app chat.

#### Remotely Reformat Gerbers

If you find that you are regularly running into problems getting your Gerber files to load in the V-One software you may want to enable this setting. This option is disabled by default and requires you to opt in.

![](/files/9aPPzDGqtMG55PPmjAAX)

When this setting is enabled, every time you load in a file it will upload to the cloud where we will run a quick reformatting. Reformatting typically resolves most issues with Gerber file loading, so this should solve the headaches around formatting. If you continue to have problems even with this setting enabled reach out to our support team and they can lend a hand.

{% hint style="info" %}
Keep in mind, this option does require an internet connection to work.
{% endhint %}

***But what happens to my file once it's in the cloud?***

We are only caching your file for the purpose of reformatting it and sending it back to the V-One software on your computer. It is not saved and cannot be accessed by us or anyone else.


---

# 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/software-overview/general-settings.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.
