# Inventor

## [Latest Release: 1.4.0](https://github.com/VEX-CAD/VEX-CAD-Inventor/releases/latest)

This library includes every length of metal, commonly used cut metal, construction circles for ease of constraining, and parametric hardware.

Library 1.4 is a large update with a lot of new parts, a lot of fixed textures, and a new set of metals structure that fixes the inaccuracies with the published Vex parts. There are also some naming inconsistencies that are fixed. As well as quality-of-life fixes for pneumatics, hinges, chain generation, and for rendering. It is **NOT** compatible with previous versions

### [Parts Library Download](https://github.com/VEX-CAD/VEX-CAD-Inventor/releases/latest)

The recommended file structure is to have a CAD folder anywhere on your computer and place the [latest release](https://github.com/VEX-CAD/VEX-CAD-Inventor/releases/latest) in this folder. Every new robot you create will be a new folder in the CAD folder.

{% hint style="info" %}
It is often helpful to use Github Desktop (Or Another Git Client) to download the library. Downloading a .Zip has lead to missing parts or corrupted files.&#x20;
{% endhint %}

## [Change Log](https://github.com/VEX-CAD/VEX-CAD-Inventor/blob/main/changelog.txt)

To see everything changed between versions, check the [changelog](https://github.com/VEX-CAD/VEX-CAD-Inventor/blob/main/changelog.txt)!

## [FAQ](https://github.com/VEX-CAD/VEX-CAD-Inventor/wiki)

Please read the [FAQ](https://github.com/VEX-CAD/VEX-CAD-Inventor/wiki) if you're having installation issues.

## [VEX CAD Discord](https://discord.gg/BKV3DJm)

If you need more help, or would like assistance from experienced users, please ask in our [discord server](https://discord.gg/BKV3DJm)!

## Inventor Library Contributors

* Boots - 1961Z
* Charlie - BCUZ
* Jake - 62A
* Jess - EZ
* Jordan - BNS
* Leo - 2616N
* Max - 91A
* Sid - 5776A
* Yuanyang - 1721G


---

# 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://wiki.purduesigbots.com/vex-cad/cad-programs/inventor.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.
