> For the complete documentation index, see [llms.txt](https://docs.wcproducts.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wcproducts.com/welcome/shop-accessories/omio-cnc-router-x8-usb/assembly-instructions/initial-power-and-testing/steps-1-4.md).

# Steps 1-4

## Step 1&#x20;

Do not power on the machine yet. Turn the knob on the back of each stepper motor. They should be turned easily and the respective axis should move as these are turned.&#x20;

Turn the “POWER” switch on the machine on. The motors should be self locked now. Once again try to turn the knob on each stepper. This should be much harder to turn now and not easily moved.&#x20;

This means that the steppers are connected to the controller and are able to be controlled.

## Step 2

Ensure the USB cable is connected to the computer and the controller. Run Mach3. If the “RESET” button is flashing, click this button to allow Mach3 to control the OMIO.

## Step 3

The arrow keys should now be able to move the machine. Be careful moving the machine at this point. There are still some checks to be done.

* X-/X+ controlled by Left/Right Arrow
* Y-/Y+ controlled by Down/Up Arrow
* Z-/Z+ controlled by Page Down/Page Up

Pressing the tab key on the keyboard will bring up the manual jog controls in Mach3. Jog the machine using this option as well to ensure everything is moving as expected.

## Step 4

If the machine is not jogging in the direction that is expected, this can be changed in the setting of Mach3.&#x20;

Go to Config -> Ports and Pins -> Motor Outputs. Look at the column “Dir LowActive” to change the direction of an axis. Click the check mark or X to change the direction. The mark should flip between the two options.

<figure><img src="/files/3JRtAQGLESOZWHWw4Zyu" alt=""><figcaption></figcaption></figure>


---

# 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.wcproducts.com/welcome/shop-accessories/omio-cnc-router-x8-usb/assembly-instructions/initial-power-and-testing/steps-1-4.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.
