← Back to team overview

kicad-developers team mailing list archive

Re: Clearance for pad in module editor

 

I can tell you how it is supposed to work so you can fix it.

BOARDDESIGNSETTINGS is where this info is thought to reside.  Module editor
has a dummy BOARD which has its own BDS.  But getdesignsettings for
moduleditorframe is tricked out to return parent ie actual board's BDS.

If that frame method is not called, but insted call board's method,  you
get the dummy's BDS which is bad.  Dummy's BDS should not be used.
On Mar 26, 2013 3:34 AM, "Lorenzo Marcantonio" <l.marcantonio@xxxxxxxxxxxx>
wrote:

> What kind of clearance is in use for display in the module editor?
> Even if the default classes has clearance 0.2 it seems that pads in the
> editor show clearance 0.254... which isn't set anywhere (I searched in
> the board file to be sure!)
>
> --
> Lorenzo Marcantonio
> Logos Srl
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>

References