Re: [Kicad-developers] Python Plugin - Use of advanced LSET Constructor

2015-08-21 Thread LordBlick
In response to a message written on 03.03.2015, 01:08, from nats: Thanks a lot for this information. I managed to get it working, after some discussion on IRC I copied the LSET code inside the plugin. It'll be removed when kicad python new api will be ready. Here is the link for reference: https:

Re: [Kicad-developers] Python Plugin - Use of advanced LSET Constructor

2015-03-02 Thread nats
> In response to a message written on 02.03.2015, 01:26, from nats: >> I add some details I got after more test. Maybe it should be considered >> as a bug. >> I can use this constructor: __init__(self, unsigned int aIdCount, >> LAYER_ID aFirst, v(...) *args) -> LSET >> But only if I put 1 layer in

Re: [Kicad-developers] Python Plugin - Use of advanced LSET Constructor

2015-03-01 Thread LordBlick
In response to a message written on 02.03.2015, 01:26, from nats: I add some details I got after more test. Maybe it should be considered as a bug. I can use this constructor: __init__(self, unsigned int aIdCount, LAYER_ID aFirst, v(...) *args) -> LSET But only if I put 1 layer in the list (with

Re: [Kicad-developers] Python Plugin - Use of advanced LSET Constructor

2015-03-01 Thread nats
I add some details I got after more test. Maybe it should be considered as a bug. I can use this constructor: __init__(self, unsigned int aIdCount, LAYER_ID aFirst, v(...) *args) -> LSET But only if I put 1 layer in the list (with no respect for the aIdCount value). For example pcbnew.LSET(1, p

[Kicad-developers] Python Plugin - Use of advanced LSET Constructor

2015-03-01 Thread nats
Hello, I'm new to the List so don't hesitate to tell me if I should change my way of posting e-mail. I'm working on an "advanced" QFN generator with generation of customized solder paste layer (percentage of the pad surface). For that I need to change Layer Set parameter of the thermal pad in or