Go to file
Jurre van der Schaaf dbae39ad85
Some checks failed
generate-jlcpcb-outputs / generate-outputs (push) Failing after 15s
Init git project
2024-12-29 09:22:45 +01:00
.allspice/workflows Initial commit 2024-12-29 08:20:07 +00:00
SpecLib@04f2011b26 Init git project 2024-12-29 09:22:45 +01:00
.gitignore Initial commit 2024-12-29 08:20:07 +00:00
.gitmodules Init git project 2024-12-29 09:22:45 +01:00
CAN_Utility_Board.kicad_pcb Init git project 2024-12-29 09:22:45 +01:00
CAN_Utility_Board.kicad_pro Init git project 2024-12-29 09:22:45 +01:00
CAN_Utility_Board.kicad_sch Init git project 2024-12-29 09:22:45 +01:00
fp-lib-table Initial commit 2024-12-29 08:20:07 +00:00
README.md Initial commit 2024-12-29 08:20:07 +00:00

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)

  1. Go to https://hub.allspice.io/SpectrumSolarteam/Spectrum_Default_Project_Template
  2. Click "Use this template", and create a repository using the template. Remember to check everything under "Template Items"
  3. Clone the newly created repo to your computer
  4. Rename project.kicad_pro, project.kicad_sch and project.kicad_pcb to the name of the repository (project name). Remember to use the same name for all three files!
  5. Run git submodule add ../SpecLib.git
  6. Open the project in KiCad and you're good to go!