KiCad: Add finished PCB for revision 2
This commit is contained in:
parent
b3c824e58d
commit
c33413d4b3
|
|
@ -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
Loading…
Reference in New Issue