Jurre van der Schaaf
483bbc545f
generate-jlcpcb-outputs / generate-outputs (push) Failing after 12s
Details
|
||
---|---|---|
.allspice/workflows | ||
SpecLib@04f2011b26 | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
fp-lib-table | ||
project.kicad_pcb | ||
project.kicad_pro | ||
project.kicad_sch |
README.md
Spectrum_Deafult_Project_Template
A project template used for Spectrum Solarteam KiCAD proejcts.
This project includes:
- gitignore
- SpecLib included
- JLCPCB Gerber generation
Usage
Steps 3 up until 5 could be replaced with the Spectrum_Project_Cloner.bat
script if you have that one on your computer. (not included in this repository)
- Go to https://hub.allspice.io/SpectrumSolarteam/Spectrum_Default_Project_Template
- Click "Use this template", and create a repository using the template. Remember to check everything under "Template Items"
- Clone the newly created repo to your computer
- Rename
project.kicad_pro
,project.kicad_sch
andproject.kicad_pcb
to the name of the repository (project name). Remember to use the same name for all three files! - Run
git submodule add ../SpecLib.git
- Open the project in KiCad and you're good to go!