A complete vacuum tube amplifier and radio library for KiCAD, finally.
** This is a work in progress and being completed in my spare time, so bare with it...... **
This library provides a comprehensive collection of symbols, footprints, and 3D models for designing vacuum tube amplifiers in KiCAD.
There are two main ways to install this library: globally or for a specific project.
- Download the Repository: Clone this repository to your local machine.
- Open KiCAD: Launch the KiCAD application.
- Open the Symbol Library Manager: Go to
Preferences->Configure Paths...and add a new path pointing to thesymbolsdirectory in your cloned repository (e.g.,KISYS3DMOD). Then, go toTools->Symbol Library Editor->Preferences->Manage Symbol Libraries...and click "Add existing library". Browse to thekicad-tube-amp-library.kicad_symfile (if provided) or add thesymbolsdirectory as a new library path. - Open the Footprint Library Manager: Go to
Tools->Footprint Editor->Preferences->Manage Footprint Libraries...and click "Add existing library". Browse to thekicad-tube-amp-library.prettydirectory (if footprints are in a.prettyrepository) or add thefootprintsdirectory as a new library path.
- Copy Library Files: Copy the
symbols,footprints(and3dmodelsif desired) directories into your KiCAD project folder. - Open Project in KiCAD: Open your KiCAD project.
- Add Symbol Library: In the Schematic Editor, go to
Preferences->Manage Project Libraries...under the "Symbol Libraries" tab, click "Add existing library", and browse to thesymbolsdirectory within your project. - Add Footprint Library: In the PCB Editor, go to
Preferences->Manage Project Libraries...under the "Footprint Libraries" tab, click "Add existing library", and browse to thefootprintsdirectory within your project.
symbols/: Contains KiCAD symbol library files (.kicad_sym). Organized by component type (e.g.,tubes/triodes/,transformers/power/,capacitors/electrolytic/).footprints/: Contains KiCAD footprint library files (.prettydirectories or individual.kicad_modfiles). Organized by component type (e.g.,tube_sockets/noval/,transformer_mounts/).3dmodels/: Contains 3D models (.step,.wrl) for the components. The directory structure mirrors thesymbolsandfootprintsdirectories for easy linking.documentation/: Contains additional documentation about the library.LICENSE: Contains the license under which the library is distributed.
Please read the entire contribution_guidelines.md document to contribute.