CAD Training: Difference between revisions

From TrcWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== CAD Software Installation ==
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 [https://en.wikipedia.org/wiki/Source_Code_Control_System 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.
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.
* Get an education account with AutoDesk in order to obtain the proper education license.

Revision as of 11:19, 30 June 2024

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