Hardware revision 2 (eepyBoard v1.1) #1

Merged
binaryDiv merged 9 commits from layout-rev2 into main 2024-10-10 17:06:29 +02:00
3 changed files with 157928 additions and 2 deletions
Showing only changes of commit c33413d4b3 - Show all commits

View File

@ -39,7 +39,7 @@ they can be exported as Gerber files and send to a PCB manufacturer.
To generate the KiCad PCB file with Ergogen, first install Ergogen using npm: `npm install`.
Then, run `npm run ergogen`. You can find the KiCad file in `ergogen/output/pcbs/eepyboard.kicad_pcb`.
Copy the file to `kicad/eepyboard.kicad_pcb`.
Copy the file to `kicad/revN/eepyboard_revN.kicad_pcb` (replace `revN` with the current revision).
#### Routing and finalizing the KiCad files
@ -82,7 +82,7 @@ Now you can generate the gerber, drill and map files.
1. Generate Gerber files.
- Menu: `File -> Fabrication Output -> Gerbers`
- Select plot format `Gerber`.
- Set output directory to `gerber/rev1/` (adjust for current revision).
- Set output directory to `gerber/revN/` (replace `revN` with current revision).
- Set coordinate format to `4.6, unit mm`.
- Click `Plot` to generate files.
2. Generate drill and map files.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff