A project template used for Spectrum Solarteam KiCAD projects. This project includes: - gitignore - SpecLib included - JLCPCB Gerber generation
Go to file Use this template
Jurre van der Schaaf 483bbc545f
generate-jlcpcb-outputs / generate-outputs (push) Failing after 12s Details
Add message about cloner script
2024-10-27 14:43:22 +01:00
.allspice/workflows Add JLC ci/cd pipeline 2024-10-27 12:11:35 +01:00
SpecLib@04f2011b26 Add SpecLib 2024-10-26 12:24:16 +02:00
.gitignore Add lock files to gitignore 2024-10-26 10:20:49 +00:00
.gitmodules Add SpecLib 2024-10-26 12:24:16 +02:00
README.md Add message about cloner script 2024-10-27 14:43:22 +01:00
fp-lib-table Add SpecLib 2024-10-26 12:24:16 +02:00
project.kicad_pcb Add project files 2024-10-27 13:10:31 +01:00
project.kicad_pro Add project files 2024-10-27 13:10:31 +01:00
project.kicad_sch Add project files 2024-10-27 13:10:31 +01:00

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)

  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!