Giter VIP home page Giter VIP logo

kicad_libs's Introduction

Kicad Library

This kicad library is a personal shared library. Components in here is aimed at ease of use, that means that symbols should contain as much information as suitable, that means that ICs should link to their datasheet, contain a MPN (Manufacturer Part Number) and a link to a footprint.

All footprints should also have a 3d model in step, and may also contain a wrl model.

Either use this lib by pointing to the folder and adding the environment variable

${SHARED}: /path/to/this/kicad_libs/

or directly as a submodule in the root folder of the project, command:

git submodule add -b master [email protected]:korken89/kicad_libs.git

Layers and text

Reference

References on silkscreen should be of height/width 0.6 mm with a thickness of 0.13 mm, this will allow for placement next to 0402 components while still being readable on the board.

References in components on the Fab layer should fit inside the component, select height/width and thickness to help readability when printing the Fab layer as mounting reference.

Value

Value in components on the Fab layer should fit inside the component if possible (Reference has priority), select height/width and thickness to help readability when printing the Fab layer as mounting reference but keep the same size as the Reference.

Where to place this folder

Directly as a submodule in the project, command:

git submodule add -b master [email protected]:korken89/kicad_libs.git

3D Model path

There are two recommended ways of adding this lib, either by having it on disk and setting the ${SHARED} environment variable towards this libs root folder.

Or by having the entire lib as a subproject, these two version means that all footprints should have two 3d model paths:

${KIPRJMOD}/kicad_libs/3dmodels/step/model.stp ${SHARED}/3dmodels/step/model.stp

kicad_libs's People

Contributors

korken89 avatar totalkrill avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.