Git Product home page Git Product logo

eagle_tools's Introduction

Eagle Tools

From http://bardagjy.com/?p=563

I revisited the tools I previously put together to process EagleCAD files for manufacture. I extended my export tools to generate all the gerbers required for most major board houses (like Advanced Circuits) and PNGs required for Fab modules (used by the Media Lab's Modella).

As icing on the cake, I also wrote a python script to generate csv parts lists that can be easily uploaded to Digikey.

So, the scripts (a Makefile and a python script, eagle_parts) can export:

These tools will work best under Unixy operating systems, maybe someone can get it to work under Cygwin, I've used them under OSX. They depend on a few pretty usual command line tools including GNU make, git, and python and a few unusual tools like EAGLE, gerbv, and imagemagick.

All of these tools should be easy to install via repositories (like macports, fink, apt etc). The only wrinkle under OSX is making EAGLE usable from the command line which can be easily enabled with a softlink

ln -s /Applications/EAGLE/EAGLE.app/Contents/MacOS/EAGLE /usr/bin/eagle

To install the tools, first grab a copy of my eagle_tools git repo

git clone git://bardagjy.com/eagle_tools

In my repo, you'll get three directories; cam, dru, and export. In the cam directory I've shared my Advanced Circuits and Barebones cam files. In the dru directory I've shared my design rules for the Modella and Advanced Circuits. In the export directory is a sample makefile and a python script eagle_parts for exporting Digikey compatible csv parts lists.

To use the export tools, copy the makefile into your project directory and change the PROJECT variable to the name of your project. I assume the your .brd and .sch files are the name of your project, though this is not enforced by EAGLE (I should probably fix this in the future).

I prefer to make a softlink from my git repo to /usr/bin

ln -s eagle_tools/export/eagle_parts /usr/bin/eagle_parts

While I'm at it, I link the repo cam and dru files to the system installed cam and dru files.

That's it! Feel free to ask questions in the comments.

eagle_tools's People

Contributors

abardagjy avatar

Watchers

 avatar  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.