> For the complete documentation index, see [llms.txt](https://inventables.gitbook.io/x-carve-assembly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inventables.gitbook.io/x-carve-assembly/risers.md).

# Risers

In this step we will install the risers that create a rigid connection between the Y-Axis rails and the machine base.

| ***Core Components Kit*** |                         |              |
| ------------------------- | ----------------------- | ------------ |
| **SKU**                   | **Name**                | **Quantity** |
| 25281-12                  | M5 Tee Nut Pre-Assembly | 4            |

| ***Z-Axis / Riser / Stiffener Kit*** |                                      |              |
| ------------------------------------ | ------------------------------------ | ------------ |
| **SKU**                              | **Name**                             | **Quantity** |
| 30844-01                             | Riser Plates                         | 4            |
| *30874-01*                           | *Riser Upgrade Hardware Subassembly* |              |
|                                      | Socket Head Screw M5 x 14            | 8            |
|                                      | Socket Head Screw M5 x 10            | 8            |
|                                      | M5 Tee Nut Twist On                  | 8            |

![](/files/yWm8VhpLa46WLzzFigMN)

Insert 2x M5 pre-assembly t-slot nuts into the top slot of each Y axis makerslide rail.   These will be used to hold the belts in a later step.

<div align="center"><img src="/files/-Mj6SCoDlZoWJ6C1k6Q1" alt=""></div>

Begin by placing 2 M5x10mm socket head screws through the bottom holes on the riser plate and loosely thread an M5 Tee Nut onto each.&#x20;

![](/files/VdVOdhNbHMdUOQtlPSEZ)

![](/files/DM30ybJmQA3D7uRSNBaP)

Place the riser against the corresponding Y axis and then thread 2 M5x14mm socket head screws through the second and third holes from the top per the image below.&#x20;

![](/files/WIQTxEqr8S19xaNEVRhB)

Using a 4mm hex key, tighten all 4 screws on each riser. Repeat this process for the remaining 3 risers and ensure that the orientation of the riser plate aligns with the edge of the stiffeners.

![](/files/0BOIie953GQ1tZZ3PGFs)

{% hint style="info" %}
You can use this point to check that your Y-Axes are square and level using the [Calibration and Maintenance guide](/x-carve-assembly/calibration-and-maintenance.md#squaring-the-y-axis-rails). You will need to loosen the stiffener panels to avoid damaging them when shifting the rails.&#x20;
{% endhint %}


---

# 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://inventables.gitbook.io/x-carve-assembly/risers.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.
