Thanks Dick, It really seems that the scripting thing is bringing us a lot of good things, I'd like to push it forward faster, we advance slowly, but it's being a fruitful work :)
I'll announce a contribution that Edwin van den Oetelaar sent us yesterday night, and now that I'm trying it, it's awesome!!! :) He figured out how to fix the "wx" issue, so it will let us interact with the wx part from Python, adding the wxPython dependency to pcbnew, but I understand it's perfectly ok :-) I'm writing that email :) 2012/7/30 Dick Hollenbeck <[email protected]> > > > > > > I suppose it's something that receives a set of parameters and generates a > > module/footprint or circuit? > > spiral, on free board inductor generator I guess. > > > > > > > > > I am not certain that Pcbnew can yet invoke a script, it may be that we > > are still using > > topmost script with the DLL/DSO underneath. But we need to get there > > eventually in any > > case. > > > > > > Yes, we can do it already, at this moment, if you compile pcbnew with > > scripting > > capabilities, and put any of these > > http://bazaar.launchpad.net/~kicad-testing-committers/kicad/testing/files/head:/pcbnew/scripting/plugins/ > > <http://bazaar.launchpad.net/%7Ekicad-testing-committers/kicad/testing/files/head:/pcbnew/scripting/plugins/> > > under ~/.kicad_plugins/ (which may change later as we discussed recently) > > they will > > get loaded and available to the user under the footprint-wizard. > > > > > > > > I like this spiral feature as a sample script when somebody can get to > > it. I like it > > better as a script than as C++ so it can be tuned and customized > > rapidly. > > > > > > Yesterday I uploaded a capacitive slider generator, you give it a set of > > parameters, and > > you can watch the shape change in realtime, and, when you're comfortable > > with the > > results you can (not now..) save it to your current footprint library. > > Wow, this is becoming a reality. Nice work Miguel. > > > > > > -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

