[Kicad-developers] update on 3D refactor

2015-11-11 Thread Cirilo Bernardo
As part of the ongoing 3D refactor I've implemented another dummy/demo plugin which will accept any *.wrl file and use the new intermediate scene representation (cache data) structures to produce the 2 tetrahedra shown in the link below. This particular demo plugin only serves as a basic example of

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-11 Thread Jean-Paul Louis
I am coming late in the discussion as I didn’t see the point at first. Having delt with the professional Electronic Engineering world for the past 40 years, I heard many sides of the same story. I agree with Wayne and JP, KiCAD is not designed to be a simulator, but could be a nice interface to t

Re: [Kicad-developers] PATCH for bug #1300719

2015-11-11 Thread Damien Espitallier
Sorry for the cut and paste error and the whitespace issue. I will be careful the next time ! 2015-11-11 19:49 GMT+01:00 Wayne Stambaugh : > Thanks, I missed that one. The original issue is that the function name > in the doxygen comment for GetUniquePadCount was GetPadCount which I > assumed wa

Re: [Kicad-developers] PATCH for bug #1300719

2015-11-11 Thread Wayne Stambaugh
Thanks, I missed that one. The original issue is that the function name in the doxygen comment for GetUniquePadCount was GetPadCount which I assumed was a cut and paste error. I never looked at the comment for GetPadCount. I'll fix it asap. On 11/11/2015 1:45 PM, Mark Roszko wrote: > FYI Wayne,

Re: [Kicad-developers] PATCH for bug #1300719

2015-11-11 Thread Mark Roszko
FYI Wayne, it looks you caused the doxygen comment for "GetPadCount" to get renamed to "GetUniPadCount" even though the function name stayed the same. On Wed, Nov 11, 2015 at 1:37 PM, Wayne Stambaugh wrote: > Damien, > > I committed your patch in the product branch r6308. A few minor > comments

Re: [Kicad-developers] PATCH for bug #1300719

2015-11-11 Thread Wayne Stambaugh
Damien, I committed your patch in the product branch r6308. A few minor comments on you patch. Your editor left behind some trailing white space which violates the KiCad coding policy and you forgot to update the function name in the doxygen comments for GetUniquePinCount(). Thank you for your c

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-11 Thread jp charras
Le 11/11/2015 14:35, x...@sms.cz a écrit : > Sorry, Jean-Pierre, but your answer is too vague for me. I'm just a EE > hobbyist, so I'm surely less experienced than you EE professionals. But at the > level I want to use KiCad, I don't think your points are valid. See my > comments below. First of

Re: [Kicad-developers] Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema

2015-11-11 Thread Wayne Stambaugh
On 11/11/2015 5:26 AM, x...@sms.cz wrote: >>> Hopefully, if Mark Roszko implements >>> a general netlist generator he announced, the problem might >>> get resolved. >> >> I don't think Mark's changes help in this situation. Plugin or no >> plugin, you still need a way to export spice netlists. >

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-11 Thread xarx
Sorry, Jean-Pierre, but your answer is too vague for me. I'm just a EE hobbyist, so I'm surely less experienced than you EE professionals. But at the level I want to use KiCad, I don't think your points are valid. See my comments below. > > Again, we are thinking a good and strong support for si

[Kicad-developers] PATCH for bug #1300719

2015-11-11 Thread Damien Espitallier
Hello, I made a simple patch for fixing the bug #1300719. The patch implements a new function "getUniquePadCount" for a better cvpcb pad count filtering. Diff here: https://github.com/KiCad/kicad-source-mirror/compare/master...espitall:fix_bug_1300719.diff Regards, Damien Espitallier _

Re: [Kicad-developers] Bug #1511552 - export of Spice net-list from EESchema

2015-11-11 Thread jp charras
Le 11/11/2015 11:26, x...@sms.cz a écrit : >>> Hopefully, if Mark Roszko implements >>> a general netlist generator he announced, the problem might >>> get resolved. >> >> I don't think Mark's changes help in this situation. Plugin or no >> plugin, you still need a way to export spice netlists. >

Re: [Kicad-developers] Bug #1511552 - Fixes to Incorrect export of Spice net-list from EESchema

2015-11-11 Thread xarx
> > Hopefully, if Mark Roszko implements > > a general netlist generator he announced, the problem might > > get resolved. > > I don't think Mark's changes help in this situation. Plugin or no > plugin, you still need a way to export spice netlists. I meant this post: https://lists.launchpad.net