X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Envelope-From: paubert AT iram DOT es Date: Tue, 29 Jan 2013 00:52:39 +0100 From: Gabriel Paubert To: geda-user AT delorie DOT com Subject: Re: [geda-user] Export rounding Message-ID: <20130128235239.GA21497@visitor2.iram.es> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SPF-Received: 2 X-Spamina-Bogosity: Ham 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 Mon, Jan 28, 2013 at 01:00:00PM -0800, Russell Dill wrote: > I'm submitting a board that I did with gEDA PCB in metric. The export to > imperial has caused some issues. The drill file and gerber files apparently > round to a different number of decimal places and it causes the drills to > wander in relation to copper. > > In my case, I have holes with 5 mil annular rings, which are my process > minimum, those minimum are now violated in my exported data. Has anyone > else run into this issue before? Have you been able to do anything to solve > it? I have always export in metric now (since I wrote the patch to allow it ;-)). The metric Gerber and drill files have the same resolution, that's a very good reason to use the metric export option (not the default for compatibility reasons). I don't know if there is an official release with this option, I am almost always at the bleeding edge for gEDA and PCB, compiling from a git repository. If you export from the GUI, there should be a metric checkbox in the export dialog, if you use a command line, add --metric to the options. Regards, Gabriel