Welcome to the KiCad Sim-Panel Library repository! This collection is dedicated to providing KiCad symbols, footprints, and 3D models tailored to the unique requirements of Sim-Panel PCBs. These resources will simplify the process of designing and building your custom Sim-Panel PCBs.
We aim to achieve compliance with the KiCad Library Convention (KLC) for all our components, with a few exceptions. See Contributing - KLC Compliance Checks
This repository features a wide array of KiCad symbols representing electrical components commonly used in Sim-Panel PCB construction. Symbols are schematic depictions of electronic components and are essential for circuit design. They allow you to create circuit diagrams that serve as a blueprint for assembling the physical PCB. Each symbol is tailored to the specifications of real-world components, enabling you to quickly choose the appropriate components for your project.
Footprints are vital for the PCB design process. They are patterns of pads, holes, or lands on the PCB where an electrical component will be soldered. Our library offers an extensive collection of footprints compatible with various electronic components typically used in Sim-Panel PCBs. Each footprint is meticulously designed to match the physical dimensions and pin configurations of the corresponding components.
3D models provide a visual representation of electronic components on a PCB. They are invaluable for verifying component placement, assessing clearance and fit, and creating realistic visualizations of the final assembled PCB. In this repository, we furnish detailed 3D models for the components corresponding to the provided symbols and footprints.
- Clone this repository to your local machine.
- In KiCad, go to "Preferences" and select "Configure Paths"
- Add a new environment variable with the name
KICAD_SIMPANEL_DIR
and the path to this cloned repository on your local machine.
- In KiCad, go to "Preferences" and select "Manage Symbol Libraries..."
- Add a new table entry with the Nickname
SimPanel
and the Library Path${KICAD_SIMPANEL_DIR}/SimPanel.kicad_sym
- In KiCad, go to "Preferences" and select "Manage Footprint Libraries..."
- Add a new table entry with the Nickname
SimPanel
and the Library Path${KICAD_SIMPANEL_DIR}/SimPanel.pretty
Once added, you can access these resources from within KiCad as you design your Sim-Panel PCBs.
We encourage contributions from the community to enhance and expand this library. If you have created KiCad symbols, footprints, or 3D models that could be beneficial for Sim-Panel PCBs, please see our Contributing documentation.
This repository is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).