X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham03.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=0.8 required=5.0 tests=BAYES_50 autolearn=ham version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=F3in3PUEziL7+Av05dAfhm17Tivs9h7Qj+ksfRTsZuUzkY1TY7I+r4LZB+P5J4O7DqqECTe9lGlLey3yJ2ejMjBMr6NjFJ5cf5W1AiX7NLOlrTItYf7OUrTZ0NnLF3pR; Date: Fri, 13 Jan 2012 07:01:29 -0800 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] Standalone DRC for Gerber files Message-ID: <20120113070129.031be9ad@svelte> In-Reply-To: <57691326464791@web158.yandex.ru> References: <57691326464791 AT web158 DOT yandex DOT ru> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-67-185-118-84.hsd1.wa.comcast.net (svelte) [67.185.118.84]:45627 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 13 Jan 2012 17:26:31 +0300 Dmitry Dzhus wrote: > Hello! > > I'm looking for a tool which would allow to perform design rule > checking for PCB files in Gerber format. Any ideas if the code > from gEDA's pcb can be used for that? At first glance it seems > like pcb can only check files of its own format and its code is > tied with GUI. I need something capable of doing batch testing. > > Any relevant book recommendations about how DRC is implemented in > general, since I think I'll start writing it if no suitable free > software solution comes up? It would be GREAT to have a free tool to run design rule checks on Gerbers. Has anyone used the online tool FreeDFM from Advanced Circuits? It looks like you can upload a zip of your RS-274X Gerbers and get a DRC report at no cost. I haven't tried it. Ideally.... it would be REALLY awesome if there were a way to import Gerbers into pcb -- this would enable both design rule checking using pcb's engine, and also many other options such as - panelizing boards given files from other people (non-pcb users ... what if I wanted to do what Laen AT DorkbotPDX does... can pcb support it? not now), - easily importing reference designs from manufacturers (think RF circuits and other complex designs with tight design constraints that you don't want to manually recreate or trace by hand, - porting a board layout from a proprietary tool into pcb. I know the Gerbers lack a lot of the information that a pcb layout file provides, but even if the elements (components), vias, etc. were not automatically made into pcb native entities, it would be a huge step forward anyway and be 90% of the way there, making a lot of tasks possible. Regards, Colin