KiCad: Add finished PCB for revision 2

This commit is contained in:
Lexi / Zoe 2024-10-10 16:25:27 +02:00
parent b3c824e58d
commit c33413d4b3
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
3 changed files with 157928 additions and 2 deletions

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`. 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`. 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 #### Routing and finalizing the KiCad files
@ -82,7 +82,7 @@ Now you can generate the gerber, drill and map files.
1. Generate Gerber files. 1. Generate Gerber files.
- Menu: `File -> Fabrication Output -> Gerbers` - Menu: `File -> Fabrication Output -> Gerbers`
- Select plot format `Gerber`. - 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`. - Set coordinate format to `4.6, unit mm`.
- Click `Plot` to generate files. - Click `Plot` to generate files.
2. Generate drill and map 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