Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilymclean/kicad-gerber
Generates gerber & drill files for a specified PCB and places them in a specified directory
https://github.com/emilymclean/kicad-gerber
github-actions kicad
Last synced: 16 days ago
JSON representation
Generates gerber & drill files for a specified PCB and places them in a specified directory
- Host: GitHub
- URL: https://github.com/emilymclean/kicad-gerber
- Owner: emilymclean
- License: mit
- Created: 2024-04-10T04:42:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T06:02:48.000Z (about 2 months ago)
- Last Synced: 2024-11-16T06:26:07.121Z (about 2 months ago)
- Topics: github-actions, kicad
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# kicad-gerber Action
Generates gerber & drill files for a specified PCB and places them in a specified directory
## Inputs
| Input | Required | Description | Default |
|-------------------- |---------- |------------------------------------------------------------------------------------------------------------------- |---------- |
| `input-file` | ✅ | The PCB to process | |
| `output-directory` | | The directory in which to place the gerber & drill files | gerber |
| `drill-format` | | The drill format to use. Options are gerber, excellon, and none | excellon |
| `drill-units` | | The units to use for the drill file. Options are in, and mm. Does nothing if drill format is none or gerber | mm |
| `position-format` | | The position format to use. Options are gerber, csv, ascii, and none | none |
| `position-units` | | The units to use for the position file. Options are in, and mm. Does nothing if position format is none or gerber | in |## Example usage
```
uses: emilymclean/kicad-gerber@v2
with:
input-file: pcb.kicad_pcb
```