[Kicad-developers] Improving DRC-correctness in tight situations

2013-11-26 Thread Thomas Eriksson
I've been looking into the DRC-correctness (or lack thereof) when routing on the edge, so to say. First of all I noted some places where (I think) the greater-than and lesser-than tests where wrong in inclusion/exclusion (greater-than versus greater-than-or-equal.) One such place was the first

[Kicad-developers] [patch] Clang warning removal

2013-11-26 Thread Camille 019
HI, Here is a patch to remove some Clang warnings. Camille kicad-warning.diff Description: Binary data ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

[Kicad-developers] parameterized footprint

2013-11-26 Thread Stefan Helmert
Hi, is it possible to use parameterized footprints? Instead of choosing between connheader_1, _2 and so on, it should be possible to select or autoselect the connheader(NBR_OF_PINS). So the pins are runtime generated by the python api. Also pinwidth, pinheigt etc. should be parametericed.

Re: [Kicad-developers] Compiling on Fedora 20

2013-11-26 Thread Cesar Rodriguez
Hello: On Mon, Nov 25, 2013 at 8:15 PM, Bryant acutia...@outlook.com wrote: Cesar, Thanks for responding quickly and directly to me. Well you're welcome, but my intention was to help, and I do not notice that I just reply to you. I've since filed a bug for Fedora against bzrtools [

Re: [Kicad-developers] parameterized footprint

2013-11-26 Thread Wayne Stambaugh
On 11/26/2013 8:42 AM, Stefan Helmert wrote: Hi, is it possible to use parameterized footprints? Instead of choosing between connheader_1, _2 and so on, it should be possible to select or autoselect the connheader(NBR_OF_PINS). So the pins are runtime generated by the python api. Also