Creating a PCB Image using Export

by gaussmarkov

Eagle PCB Image

If you want to etch a PCB with a layout in Eagle then you will need to create an image like this one to transfer your design. This brief tutorial explains how to set things up so that you can use the Eagle export command.

Let’s say you are starting with this layout. This is Joe Davisson’s Antiquity Fuzz from his Analog Alchemy site.

Eagle Board Layout

First, change the background to white by entering the command “set palette white;” and then the command “window;” (or press function key F2 to refresh to the screen and see the change. I get this:

Eagle's White Palette

Next, display only the traces and pads by entering the command “display none bottom pad via;” to get something like this:

Display Only Traces and Pads

If you have any ground pour, remember to run the “ratsnest;” command. For this layout, I ran the GND polygon all the way around the board so that I get

Fill in any Ground Pour

Finally, enter “export image pcb.png monochrome 600″ and you will create a .png format graphics file at 600DPI that looks like this

PCB Transfer Image

The file will have the name pcb.png and it will appear in the same subdirectory as your board file. You can print this file with MS Paint or insert it into MS Word and it will print to scale. This is true no matter what resolution you choose for your file. For example, 300DPI works well for PnP Blue transfers to copper clad boards.


| Up to Eagle CAD Topic |
Trackback URL for this post: right-click and copy

One Response to “Creating a PCB Image using Export”

  1. Maury McCown said:

    Hey man

    Long time, no chat — and I lost all the old emails where you were helping me with EAGLE! CRIPES!!

    Anyway, I’m missing some components in the libraries, namely non-polarized elec caps, and polystyrene caps. I know I can place polarized caps in the layout and just ignore the polarity, but I’d like to keep things accurate.

    I’m also needing 5.5×12mm poly caps with 2mm lead spacing (http://www.mouser.com/catalog/specsheets/23p.pdf).

    Are those not in your library, or am I just not seeing them?

    Thanks! Drop me an email, because I think I’m about to have to remember how to drop a via into my traces, and that always kicked my butt!

    Posted 10.05.2008 at 6:19 am



Comments are welcome.