← Back to team overview

kicad-developers team mailing list archive

Re: [Bug 1176915] Re: problem with gerber files

 

On Mon, May 06, 2013 at 05:32:06PM -0000, Wayne Stambaugh wrote:
> Was this a default value in the plot dialog or in one of the classes
> that the plot dialog uses?  The value probably was in deci-mils and
> didn't get converted to nanometers when we made the change.  I think
> converting it to the proper nanometer value using DMils2iu( 60 ) should
> do the trick.  I found some default text height values a few months ago
> that were still in deci-mils so it's possible there are other default
> values lurking around that didn't get converted to nanometers.

It probably wasn't converted from decimil during the mm transition (it's
stored in the plot dialogs); might worth a look to the read code for
legacy boards.

I fixed the gerber routines since the 'real' bug was using scientific
notation (disallowed by gerber specs)

-- 
Lorenzo Marcantonio
Logos Srl


Follow ups