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 […]
UPDATE I have posted an automated tools for gerber export here UPDATE So congratulations! You just routed 3000 nets and placed 250 components! You are probably going a little crazy, seeing things that could be placed more efficiently and thinking about how you would route them. Well you’re not out of the woods yet! You’ve […]