KiCad: Generate gerber files for eepyBoard rev2

This commit is contained in:
Lexi / Zoe 2024-10-10 16:33:04 +02:00
parent c33413d4b3
commit f94b0926da
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
20 changed files with 212224 additions and 5 deletions

View file

@ -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/revN/` (replace `revN` with current revision).
- Set output directory to `gerber/`.
- Set coordinate format to `4.6, unit mm`.
- Click `Plot` to generate files.
2. Generate drill and map files.
@ -91,7 +91,7 @@ Now you can generate the gerber, drill and map files.
- Set drill units to millimeters.
- Set same output directory as above.
- Click `Generate Drill File`, then `Generate Map File`
3. Create zip file with all generated files from `kicad/gerber/{REVISION}`.
3. Create zip file with all generated files from `kicad/gerber/`.
- No subdirectories, only files.
- Ideally name the file `kicad/gerber/eepyboard_{REVISION}.zip`.
4. Upload zip file to manufacturer and make sure everything is correct.