Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Bernhard Stegmaier
Both MacPorts and homebrew have a port/formula for oce 0.17.2. According to release notes should also have the fixes which are mentioned in https://github.com/cbernardo/kicad_oce_3D/issues/1 I just checked MacPorts and it installs without prob

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Bernhard Stegmaier
It should also look in the user plugin folders. At least it did when I made the 3d plugins work on OSX before the first merge some while back. Regards, Bernhard > On 16 Aug 2016, at 02:05, Simon Wells wrote: > > Does your/the plugin handler just search for plugins in system dirs or > does it al

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Nick Østergaard
I can provide that, but first I am trying to get OCE merged, I already made a merge request. But it seems that one more fix needs to be included, which I will try to do very soon. 2016-08-16 1:12 GMT+02:00 Wayne Stambaugh : > Thanks for clearing that up. It wasn't clear to me what he was asking >

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Simon Wells
i am currently looking into it... I have also got spice working on my build script, which requires a few extra brew deps and pulling it from git/building, When i have the oce plugin stuff done i will send you the resultant script On Tue, Aug 16, 2016 at 1:22 PM, Adam Wolf wrote: > I have a bit of

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Cirilo Bernardo
At the moment the plugin manager will only check system dirs or in the case of a local install, dirs relative to pcbnew. There is currently no scheme for specifying additional user directories to search for plugins. - Cirilo On Tue, Aug 16, 2016 at 10:05 AM, Simon Wells wrote: > Does your/the

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Adam Wolf
I have a bit of a long list of KiCad OS X stuff to do. I am not sure how soon I can tackle this. If Simon or another person makes some headway on this and we need it to be tested on the OS X nightlies system, I can do that. I am really impressed with this work and I think people will like it--do n

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Simon Wells
Does your/the plugin handler just search for plugins in system dirs or does it also look in user-based plugin directories? On Tue, Aug 16, 2016 at 11:45 AM, Cirilo Bernardo wrote: > Hi Wayne, > > There are 2 parts to this: > > 1. Have a suitable OCE build on Windows and OSX that we can put the >

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Cirilo Bernardo
Hi Wayne, There are 2 parts to this: 1. Have a suitable OCE build on Windows and OSX that we can put the 3D OCE plugin into the main branch. This plugin will always be a conditional compile of course since there is no sense in forcing all users to have OCE if they don't need it. The reason for p

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Cirilo Bernardo
On Mon, Aug 15, 2016 at 8:59 PM, Bernhard Stegmaier wrote: > Hi, > > On 15 Aug 2016, at 05:45, Cirilo Bernardo > wrote: > > Back in May I also received some tips on building the plugin for > OSX: https://github.com/cbernardo/kicad_oce_3D/issues/1 > > > [...] > > We still need a volunteer to do

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Wayne Stambaugh
Thanks for clearing that up. It wasn't clear to me what he was asking or what he was trying to convey. As for windows support, it is desirable to create a PKGBUILD file for the oce library and submit to the msys2 project. The msys2 project is very good about accepting PKGBUILDs. This works for

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Nick Østergaard
He is not talking about STEP export, only the visualization plugin. And the question as I understand it is to make sure it works on all supported platforms and being packaged with kicad. I intend to add it to the windows installer soon. Den 15/08/2016 19.55 skrev "Wayne Stambaugh" : > Cirilo, >

[Kicad-developers] [PATCH v2] Complete str[n]icmp -> str[n]casecmp

2016-08-15 Thread Simon Richter
This also reverses the substitution logic if strcasecmp is missing. --- CMakeModules/config.h.cmake| 8 common/class_bitmap_base.cpp | 2 +- eeschema/sch_legacy_plugin.cpp | 8 gerbview/excellon_read_drill_file.cpp | 4 ++-- gerbview/rs274x.cpp

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Wayne Stambaugh
Cirilo, I'm not sure what you are asking. Ideally, any conversion tool such as STEP would be part of Pcbnew where a simple export->step menu entry would be available. Users generally prefer this to running and external tool. What is the end goal of this? Cheers, Wayne On 8/14/2016 11:45 PM,

[Kicad-developers] [PATCH] Complete str[n]icmp -> str[n]casecmp

2016-08-15 Thread Simon Richter
This also reverses the substitution logic if strcasecmp is missing. --- CMakeModules/config.h.cmake| 8 common/class_bitmap_base.cpp | 2 +- eeschema/sch_legacy_plugin.cpp | 8 pcb_calculator/datafile_read_write.cpp | 4 ++-- pcbnew/specctra.cpp

Re: [Kicad-developers] Differential pair settings per net class

2016-08-15 Thread Maciej Sumiński
Fixed, hopefully noone has created a board in the meantime. Regards, Orson On 08/15/2016 05:41 PM, Chris Pavlina wrote: > Noo! > > They're supposed to be dates now. Version 20160815 > > The "helpful" warning message depends on that to recommend a compatibl

Re: [Kicad-developers] Differential pair settings per net class

2016-08-15 Thread Chris Pavlina
Noo! They're supposed to be dates now. Version 20160815 The "helpful" warning message depends on that to recommend a compatible KiCad version. On Mon, Aug 15, 2016 at 05:37:31PM +0200, Maciej Sumiński wrote: > On 08/15/2016 04:34 PM, Wayne Stambaugh wrote: > [snip] &

Re: [Kicad-developers] Differential pair settings per net class

2016-08-15 Thread Maciej Sumiński
On 08/15/2016 04:34 PM, Wayne Stambaugh wrote: [snip] > Orson, > > Go ahead an merge this. In the short term, we can bump the rev for each > change and see how it goes. If it becomes problematic, we can readdress > it then. I don't want this to slow down development. I will say up > front, fai

Re: [Kicad-developers] Differential pair settings per net class

2016-08-15 Thread Wayne Stambaugh
On 8/15/2016 10:30 AM, Maciej Sumiński wrote: > On 08/12/2016 05:57 PM, Chris Pavlina wrote: >> On Fri, Aug 12, 2016 at 05:18:57PM +0200, Maciej Sumiński wrote: >>> There is a set of patches for the PNS router [1] coded by Tom that we >>> would like to commit soon (a few teasers: locking tracks & v

Re: [Kicad-developers] Differential pair settings per net class

2016-08-15 Thread Maciej Sumiński
On 08/12/2016 05:57 PM, Chris Pavlina wrote: > On Fri, Aug 12, 2016 at 05:18:57PM +0200, Maciej Sumiński wrote: >> There is a set of patches for the PNS router [1] coded by Tom that we >> would like to commit soon (a few teasers: locking tracks & vias, >> removing tracks while the router is active,

Re: [Kicad-developers] Broken setlocale in sim/ngspice.cpp

2016-08-15 Thread Maciej Sumiński
On 08/15/2016 03:03 PM, jp charras wrote: > The reason is setlocale( LC_ALL, "" ); switches the locale to the system > locale, not the previously > set locale. > It creates serious issues if the previous locale or the Kicad locale is not > the system locale. > (For instance if you are using insid

[Kicad-developers] Broken setlocale in sim/ngspice.cpp

2016-08-15 Thread jp charras
Hi Orson, When receiving the changes in rev 7033, I saw you are using in many places in ngspice.cpp (and perhaps in other files): setlocale( LC_ALL, "C" ); and then setlocale( LC_ALL, "" ); Unfortunately it is broken. We have already encountered issues with this kind of code. *Do not use it*. P

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-08-15 Thread Maciej Sumiński
I see a point here. As currently we demand libngspice to be installed in the system when building KiCad with -DKICAD_SPICE, now (revision 7033) it is linked at build time. If one day we have other simulators available, then we can consider moving to plugin system and moving the corresponding code

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Bernhard Stegmaier
Hi, > On 15 Aug 2016, at 05:45, Cirilo Bernardo wrote: > > Back in May I also received some tips on building the plugin for > OSX: https://github.com/cbernardo/kicad_oce_3D/issues/1 > [...] > We still need a volunteer to do some work to ge

Re: [Kicad-developers] [PATCH] Remove definition of log10(double)

2016-08-15 Thread Maciej Sumiński
Thank you Simon. I have committed your patch in revision 7031. Regards, Orson On 08/12/2016 09:17 PM, Simon Richter wrote: > > This is also defined in , and likely to be a compiler intrinsic. > --- > common/widgets/mathplot.cpp | 6 -- > 1 file changed, 6 deletions(-) > > > > ___