# Calibration  Belt

Tuning steps and processes after everything is working.

### Gantry Racking & Squaring <a href="#gantry-racking--squaring" id="gantry-racking--squaring"></a>

**V2:** See the [V2 gantry squaring instructions](https://docs.vorondesign.com/build/mechanical/v2_gantry_squaring.html).

**All Printers:** See [Nero’s gantry racking video](https://www.youtube.com/watch?v=cOn6u9kXvy0).

### Belt Tension <a href="#belt-tension" id="belt-tension"></a>

Belts that are too tight (or too loose) can cause mechanical issues, premature wear and print quality issues.

#### A/B Belts <a href="#ab-belts" id="ab-belts"></a>

**Watch** [**this video**](https://user-images.githubusercontent.com/54855101/163674612-930d737d-0ab3-4056-a2b9-def2939db61f.mp4) **for a demonstration.**

1. Move your X extrusion forwards until the X/Y idler centers are 150mm from the front idler centers.
2. Pluck the 150mm section of belt and measure the frequency with one of the apps listed below.
3. Adjust the tensions until the lowest frequency in your plot registers approximately 110Hz.
   * The A/B belt tensions can affect each other. Tightening one will also tighten the other. Go back and forth adjusting each until they are equal.
4. Move your X extrusion back at least a few centimeters and then back again. Re-check your tensions.

110hz equals roughly 2lb of belt tension here, which is on the lower end of the range. This should be a good starting point without stretching your belts too tight.

#### Z Belts (Voron V2) <a href="#z-belts-voron-v2" id="z-belts-voron-v2"></a>

A good starting point is 140hz. You will follow a similar process.

1. Move the gantry upwards until the fixed side of the belt is 150mm from the Z idler centers.
2. Pluck, measure, and adjust, same as above.
3. Move your gantry down at least a few centimeters and then back up again. Re-check your tensions.

#### Apps <a href="#apps" id="apps"></a>

* iOS: Sound Spectrum Analysis
* Android: Spectroid
* Both: Gates Carbon Drive *(use the “motorcycle” option)*
  * This app shows a single frequency rather than a graph. It’s more difficult to get a good reading, but easier to interpret the result.

**Sound Spectrum Analysis (iOS)**

<figure><img src="https://docs.vorondesign.com/tuning/images/sound-spectrum-belt.jpg" alt=""><figcaption></figcaption></figure>


---

# 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.siboor.com/siboor-2.4-r2-aug/tuning-guides/calibration-belt.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.
