CAD Training
Jump to navigation
Jump to search
In this section, we will talk about installing Source Control Software as well as the CAD Software Components.
Source Control Software
We use GitHub Desktop as our source control software that stores our source code on the Internet at GitHub.com (GitHub repositories). Follow these instructions to set up and install software to access our GitHub repositories.
- Create a GitHub account if you do not already have one [(link here)](https://GitHub.com).
- Download and install the GitHub Desktop software from [here](https://desktop.github.com).
- Start GitHub Desktop, click *File->Clone repository...*
![image name](/images/GitHubDesktopFileClone.jpg)
- Select the URL tab and enter the repository URL: *https://github.com/trc492/CADTraining.git*
- Enter the local path to clone the repository into. Please note that Windows may suggest cloning into your OneDrive folder. Unless you pay for huge storage on OneDrive, we recommend you change it to your local hard drive. For example:
```
C:\Users\<You>\Document\GitHub
```
![image name](/images/GitHubDesktopCloneRepo.jpg)
- Click the Clone button.
Congratulations! You have now successfully cloned the CADTraining repository.
CAD Software Components
We use AutoDesk Inventor as our CAD software. AutoDesk provides free license for FIRST robotics teams.
- Get an education account with AutoDesk in order to obtain the proper education license.
- Installing AutoDesk Inventor Pro.
- Optionally installing AutoDesk Inventor CAM if you are interested in learning CNC machining.
Lesson Videos
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
Lesson 9
Lesson 10
Lesson 11
Lesson 12
Lesson 13