X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <4F11A05C.20405@mcmahill.net> Date: Sat, 14 Jan 2012 10:33:48 -0500 From: Dan McMahill User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Standalone DRC for Gerber files References: <57691326464791 AT web158 DOT yandex DOT ru> <20120113070129 DOT 031be9ad AT svelte> <20120113160424 DOT 29061 DOT qmail AT stuge DOT se> In-Reply-To: <20120113160424.29061.qmail@stuge.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 1/13/2012 11:04 AM, Peter Stuge wrote: > Colin D Bennett wrote: >> Ideally.... it would be REALLY awesome if there were a way to import >> Gerbers into pcb > > Do gerbers have traces and widths, or only outlines? > Both. In the ancient days, RS274-D was the format. These files drove a mechanical photo plotter that used a mechanical aperture card (something with holes that would allow light to pass). The commands would basically select which aperture, turn on/off the light, and move the photo sensitive film around. Think if it as drawing with a bunch of markers of different tip shapes. If you wanted to draw a large area of copper, you literally drew back and forth until it was all colored in. That is ancient history. Now we have RS274-X which is more like cavemen instead of dinosaurs in terms of computer age ;) But RS274-X allows polygons represented by outlines and some much more complicated operations. The good news is that it is more expressive. The bad news is it makes it harder to do a direct translation into traces and polygons in pcb. It does occur to me though.... a RS274-X import into pcb often is requested. It would be relatively simply to import a drill file. The catch is that this would only get the drill locations and sizes but not the pads associated with the holes. -Dan