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 […]
After getting a a little frustrated with generating boards for manufacture (particularly Advanced Circuits barebones), I banged out a quick Makefile to speed the compilation. This of course will work best on Unixy systems, I use it on my Macbook Pro with Macports. The makefile depends on (of course) GNU Make, gerbv, and EAGLE. I […]