Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 2.73 KB

README.md

File metadata and controls

43 lines (23 loc) · 2.73 KB

Ben_modules

My personal symbols, footprints and 3d models library for KiCad EDA. Some of the symbols and footprints I got either from porting the diy_modules library for Eagle EDA, which I was using for quite a while before changin to KiCad and some others I got from SnapEDA, the rest I made them myself. The 3D models I mostly got from GrabCad. I know most people also create they're own symbols and footprints instead of relying on other people's libraries, but I just wanted to share my own, since I think it's very complete for most makers and even professionals that use KiCad.

Installation process

  1. Clone the repository.
  2. go into KiCad and add the relative path to the library in the paths configuration:

preferences paths

add item to paths

unfilled path

  1. then fill the new field with the name being 'BEN_MODULES' and then set the path to the folder where you cloned the repository, in my case I put it in the Documents folder on Windows

filled path

  1. With the path configured, add the symbol library on Preferences->Manage Symbol Libraries with the name Ben_modules:

preferences symbols

add item to symbols library

unfilled symbols library

  1. then fill the new field with the name being 'Ben_modules' and then set the path to the symbols file using the relative path that you set before, filling the path with '${BEN_MODULES}\symbols\Ben_modules.kicad_sym', as seen below:

filled symbols library

  1. then do the same with the Footprint library

preferences footprint

add item to footprints library

unfilled footprints library

  1. then fill the new field with the name being 'Ben_modules' and then set the path to the symbols file using the relative path that you set before, filling the path with '${BEN_MODULES}/footprints/Ben_modules.pretty', as seen below:

filled symbols library

From that point on everything should be correctly configured and ready to use. In theory KiCad will inform you if it doesn't manage to find the files, so it should be simple to fix if any problem happens. If there is any issue please open an issue on the issues tab of the repository so that I can fix it the fastest I can.