[Kicad-developers] Jenkins build is back to normal : KiCad (Linux, all options, Debug) #585

2015-07-08 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-full/585/ ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

[Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #584

2015-07-08 Thread Miguel Angel Ajo
See http://ci.kicad-pcb.org/job/kicad-full/584/ -- Started by an SCM change Building on master in workspace http://ci.kicad-pcb.org/job/kicad-full/ws/ $ bzr revision-info -d http://ci.kicad-pcb.org/job/kicad-full/ws/ info result: bzr revision-info -d

Re: [Kicad-developers] idea for post-release file manipulations

2015-07-08 Thread jp charras
Le 07/07/2015 21:41, Garth Corral a écrit : On Jul 7, 2015, at 12:39 PM, jp charras jp.char...@wanadoo.fr wrote: Le 07/07/2015 21:26, Garth Corral a écrit : On Jul 7, 2015, at 12:10 PM, Garth Corral gcor...@abode.com wrote: On Jul 7, 2015, at 10:53 AM, jp charras

Re: [Kicad-developers] Thoughts on this SCH_COMPONENT::GetField bug?

2015-07-08 Thread Wayne Stambaugh
Do you have any custom field names defined in you Eeschema configuration or are the custom fields defined in the library component that the schematic component is linked against? I'm not sure why the assertion is even in this code. If the call to SCH_COMPONENT::GetField() has an invalid index, a

Re: [Kicad-developers] Thoughts on this SCH_COMPONENT::GetField bug?

2015-07-08 Thread Chris Pavlina
The custom fields are defined in the Eeschema configuration. On Wed, Jul 08, 2015 at 10:12:11AM -0400, Wayne Stambaugh wrote: Do you have any custom field names defined in you Eeschema configuration or are the custom fields defined in the library component that the schematic component is

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Garth Corral
Yes, please. Python scripting is completely broken on OS X at the moment. Garth On Jul 6, 2015, at 8:24 AM, Adam Wolf adamw...@feelslikeburning.com wrote: Hi folks, It would be good if this could get committed to get Python working on OS X builds again. Thanks! Adam Wolf On

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Andy Peters
On Jul 8, 2015, at 9:14 AM, Garth Corral gcor...@abode.com wrote: Yes, please. Python scripting is completely broken on OS X at the moment. Yes, it is. At pcbnew startup, you get an error complaining about python missing stuff. And when you finally close pcbnew, the Mac error-report dialog

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Garth Corral
Yes, it resolves the issue. Thanks, Wayne. Garth On Jul 8, 2015, at 10:30 AM, Wayne Stambaugh stambau...@gmail.com wrote: Garth, I'm assuming your patch resolves this issue. Please let me know and I will try to get your patch committed asap. Cheers, Wayne On 7/8/2015 12:14

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Wayne Stambaugh
Garth, I committed your patch in the product branch r5908. Do you know if there are any bug reports that your patch fixes? I did find this one: https://bugs.launchpad.net/kicad/+bug/1413549 Python scripting is not directly mentioned in the report but the build info shows wxPython as enabled

[Kicad-developers] Patch to add centering cursor on zoom to GAL

2015-07-08 Thread Jon Neal
This patch fixes the following bug: https://bugs.launchpad.net/kicad/+bug/1454025 Tested by myself and nickoe. Jon Neal diff --git a/common/view/wx_view_controls.cpp b/common/view/wx_view_controls.cpp index 061f882..faa4cbf 100644 --- a/common/view/wx_view_controls.cpp +++

Re: [Kicad-developers] Mac Nightlies switch to Scripting?

2015-07-08 Thread Garth Corral
No, i’m not aware of a bug filed. I didn’t file one but probably should have. I stumbled across the issue I addressed recently; it has existed for some time but was exposed by bzr 5834, which made kicad more strict about enforcing wxPython sanity at startup. Hmm… The linked bug looks like a

Re: [Kicad-developers] Patch to add centering cursor on zoom to GAL

2015-07-08 Thread Marcos Chaparro
Tested by me too, it works great, thanks! Marcos On Wed, Jul 8, 2015 at 3:08 PM, Jon Neal reporting...@gmail.com wrote: This patch fixes the following bug: https://bugs.launchpad.net/kicad/+bug/1454025 Tested by myself and nickoe. Jon Neal

[Kicad-developers] python - missing pad to zone setting

2015-07-08 Thread LordBlick
Is pad to zone connection select (parent, full, relief, none) possible in python scripting? I'm trying with: zc = pad.GetZoneConnection() dir zc ['__class__', '__cmp__', '__delattr__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__hex__',

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-08 Thread Ed Johns
For anyone who is maintaining this script, This script is awesome! I just ran it on a board I’m developing and (after a little fiddling a couple components) the Kicad and FreeCAD models are 100% identical as far as measurement and 99% identical in terms of color. I don’t think the Kicad

Re: [Kicad-developers] kicad StepUp 3D kicad board and models to STEP

2015-07-08 Thread Cirilo Bernardo
The script is all Maurice's work. As for things like soldermask color, these aren't represented by IDF since it is an ECAD/MCAD interchange tool and mechanical software doesn't care about solder mask color. You will also notice that tracks and silk screen are not included either. I have also

[Kicad-developers] svg export trouble

2015-07-08 Thread LordBlick
Sometimes ago I've used svg draw in black-white with minimal drills - very usable for handy laser printer toner method. Today it's impossible - b/w plot is unavailable in dialog, where is possible select minimal drills… Is possible to just simply add in svg export minimal drills (and in the end