Skip to content
Snippets Groups Projects
index.html 906 B
Newer Older
  • Learn to ignore specific revisions
  • Grace Copplestone's avatar
    Grace Copplestone committed
    <html>
    <head>
      <title>CBA</title>
      <link rel="stylesheet" href="https://copplestone.pages.cba.mit.edu/styling/stylesheet.css">
    </head>
    
    <body id="main">
      <h1>Fab Libraries</h1>
      <p>This repository holds libraries of components commonly used during How to Make (almost) Anything. Currently we have libraries for Eagle and KiCAD. If you have updated or different libraries to add then please submit a <a href="https://gitlab.cba.mit.edu/pub/ring/merge_requests">merge request.<a/></p>
    
      <p>Eagle - <a href="eagle/fab.lbr">fab.lbr</a> - <a href="https://learn.sparkfun.com/tutorials/how-to-install-and-setup-eagle/using-the-sparkfun-libraries">Instructions to add library to Eagle</a></p>
      <p>KiCAD - <a href="kicad/fab.mod">fab.mod</a> and <a href="kicad/fab.lib">fab.lib</a> - <a href="https://www.accelerated-designs.com/help/KiCad_Library.html">Instructions to add library to KiCAD</a></p>
    
    </body>