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

2015-07-03 Thread Cirilo Bernardo
Thanks Maurice, Maybe you should also post to the user list. I'm sure everyone who needs solid models will find it useful and you would get more testing done as well; I'm finding it very difficult to find time to do even simple testing at the moment and I haven't built FreeCAD for a few years now

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

2015-07-03 Thread Garth Corral
The attached patch gets python scripting ‘working’ again on OS X.  Unfortunately, I’m once again seeing the keystroke highjacking issue that was reported a while back.  I’m not sure if it has regressed at some point while it was not building or it’s a problem with my builds.  I haven’t tested it be

Re: [Kicad-developers] Mac OSX Cmd vs Ctrl

2015-07-03 Thread Jon Neal
Just a heads up, on line 158 of pcbnew/hotkeys.cpp CTRL+R is defined as the hotkey for Zoom Redraw on OS X. Jon On Fri, Jul 3, 2015 at 5:57 AM, jp charras wrote: > Le 03/07/2015 00:13, Andy Peters a écrit : > > > >> On Jul 2, 2015, at 3:11 PM, Andy Peters wrote: > >> > >>> > >>> On Jul 2, 2015

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

2015-07-03 Thread Adam Wolf
Miguel, They build the python library--I am not sure if it works anymore. I think there might have been some regressions--and that's part of why I want to switch to scripting by default. I am trying to make more time to so I can start adding some different automated tests to help prevent regress

Re: [Kicad-developers] Mac OSX Cmd vs Ctrl

2015-07-03 Thread jp charras
Le 03/07/2015 00:13, Andy Peters a écrit : > >> On Jul 2, 2015, at 3:11 PM, Andy Peters wrote: >> >>> >>> On Jul 2, 2015, at 12:37 AM, jp charras wrote: >>> >>> Le 01/07/2015 22:21, Garth Corral a écrit : > On Jul 1, 2015, at 12:22 PM, jp charras > wrote: > The "issu

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

2015-07-03 Thread easyw
Hi Cirilo, I've uploaded the recent version of the script with the demo board at sourceforge https://sourceforge.net/projects/kicadstepup/?source=navbar (I know I should have done in launchpad but I'm not familiar with bzr etc... I promise I will learn it) In the updated script I've put some c

Re: [Kicad-developers] [PATCH 4/4] Clean up ambiguous default ctor (MSVC warning C4520)

2015-07-03 Thread jp charras
Le 02/07/2015 23:56, Simon Richter a écrit : > --- > gerbview/class_am_param.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Committed. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to

Re: [Kicad-developers] [PATCH 1/4] Avoid bringing own definition of M_PI (MSVC warning C4005)

2015-07-03 Thread jp charras
Le 02/07/2015 23:56, Simon Richter a écrit : > --- > pcbnew/exporters/export_idf.cpp | 2 +- > utils/idftools/idf_common.cpp | 4 ++-- > utils/idftools/idf_common.h | 13 + > utils/idftools/idf_parser.cpp | 2 +- > 4 files changed, 5 insertions(+), 16 deletions(-) > Commit