KiCad: Generate gerber files for eepyBoard rev3

This commit is contained in:
Lexi / Zoe 2025-01-24 18:14:41 +01:00
parent f1660d325a
commit 4b062a125a
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
20 changed files with 202728 additions and 5 deletions

View file

@ -91,9 +91,9 @@ 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/`.
3. Create zip file with all generated files from `kicad/revN/gerber/`.
- No subdirectories, only files.
- Ideally name the file `kicad/gerber/eepyboard_{REVISION}.zip`.
- Ideally name the file `kicad/revN/gerber/eepyboard_{REVISION}.zip`.
4. Upload zip file to manufacturer and make sure everything is correct.
5. Add all generated files to version control.