Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Nick Østergaard
I believe that a pcb with just a grapic circle works, but not sure about that. It could be that all circles that is not pads work. You might try to add some more of theese objects to the pcb. Den 16/10/2014 08.36 skrev "Mitch Davis" : > Hi guys, > > On Thu, Oct 16, 2014 at 5:11 AM, Nick Østergaard

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Mitch Davis
Hi guys, On Thu, Oct 16, 2014 at 5:11 AM, Nick Østergaard wrote: > > I have attached a minimal board that I think should show the bug. > Mitch, can you please try to send that though your fabs viewer? I will. Is it possible to supply one that we think does and does not have the problem? Mitch.

Re: [Kicad-developers] BUG in OSX Build

2014-10-15 Thread Bernhard Stegmaier
As I said before, I never had this problem with my builds, even Jean-Paul didn’t have this problem with one of my builds. Yesterday, I completely updated my build machine: OSX 10.9.5, Xcode 6.0.1, all new MacPorts for the dependencies (I also changed build flags to -x11 and +quartz, before I on

[Kicad-developers] tiny PATCH: correct comment describing destination of fp-lib-table

2014-10-15 Thread Henner Zeller
Hi, The scripts/library-repos-install.sh describes in a comment where to copy the fp-lib-table. It still describes the old location ~/fp-lib-table instead of ~/.config/kicad/fp-lib-table View here: https://github.com/hzeller/kicad/compare/master...new-config-location Download here: https://github

Re: [Kicad-developers] [PATCH] kicad-install.sh: Enhanced Error Handling with outcomes of cmake and make

2014-10-15 Thread Joseph Chen
  Hi Wayne, I am not doing anything with "-DKICAD_SCRIPTING_WXPYTHON=ON" at all. Ubuntu14.04 just simply does not have a readily available python-wxgtk3.0 package, and it seems working OK to me with only  python-wxgtk2.8. The fixes by my patch will get rid of headaches of new users, myself include

Re: [Kicad-developers] Finally!

2014-10-15 Thread Brian Sidebotham
On 15 October 2014 22:44, Brian Sidebotham wrote: > On 15 October 2014 21:44, Wayne Stambaugh wrote: >> On 10/15/2014 4:27 PM, Brian Sidebotham wrote: >>> On 5 October 2014 00:12, Brian Sidebotham >>> wrote: Hi Wayne, I can't check right now, but I'm sure it is to find python-a-mingw-

Re: [Kicad-developers] Finally!

2014-10-15 Thread Brian Sidebotham
On 15 October 2014 21:44, Wayne Stambaugh wrote: > On 10/15/2014 4:27 PM, Brian Sidebotham wrote: >> On 5 October 2014 00:12, Brian Sidebotham wrote: >>> Hi Wayne, I can't check right now, but I'm sure it is to find >>> python-a-mingw-us for kicad-winbuilder. I expect the answer is to remove the

Re: [Kicad-developers] Finally!

2014-10-15 Thread Wayne Stambaugh
On 10/15/2014 4:27 PM, Brian Sidebotham wrote: > On 5 October 2014 00:12, Brian Sidebotham wrote: >> Hi Wayne, I can't check right now, but I'm sure it is to find >> python-a-mingw-us for kicad-winbuilder. I expect the answer is to remove the >> custom findpython cmake module and replace it with a

Re: [Kicad-developers] Finally!

2014-10-15 Thread Brian Sidebotham
On 5 October 2014 00:12, Brian Sidebotham wrote: > Hi Wayne, I can't check right now, but I'm sure it is to find > python-a-mingw-us for kicad-winbuilder. I expect the answer is to remove the > custom findpython cmake module and replace it with a findpythonamingwus > module instead. > > Please let

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Nick Østergaard
Seems like it did indeed not like the "beefy" image, but I got a link for you all. http://www.pasteall.org/pic/show.php?id=78550 2014-10-15 20:56 GMT+02:00 Nick Østergaard : > I have identified all the circles in the photo from Jon that creates > the circles. The red indicates approximately where

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Nick Østergaard
I have identified all the circles in the photo from Jon that creates the circles. The red indicates approximately where the circle was supposed to be and the green links that to the big circle. Nick 2014-10-15 20:11 GMT+02:00 Nick Østergaard : > Hello > > I might have identified the issue. I did

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Nick Østergaard
Hello I might have identified the issue. I did checkout Jon's board on his github account, then I grepped around a bit and found that: grep circle POE.kicad_pcb | grep "0 0)" matches almost the number of circles that appear on silk. I then noticed that, at least the fp_circle entries ones use

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Jon Neal
Since the image was not attached either here is a link to it: https://www.dropbox.com/s/3nffd78xj154txh/2014-09-22%2012.32.53.jpg?dl=0 Jon On Wed, Oct 15, 2014 at 1:36 PM, Jon Neal wrote: > Maybe I'm not allowed to attach zips? I can see it on my end! I will try > again with this email. > > >

Re: [Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Nick Østergaard
Classic.If we assume you really attached a zip then it has been hidden pretty well on the way to my end. 2014-10-15 18:23 GMT+02:00 Jon Neal : > Hi, > > I had a board manufactured about a month ago and when I got it back there > was a strange issue with the silkscreen. (see attached image) All of

[Kicad-developers] Possible 4.6 gerber issue?

2014-10-15 Thread Jon Neal
Hi, I had a board manufactured about a month ago and when I got it back there was a strange issue with the silkscreen. (see attached image) All of the circles in the silkscreen layers are absolutely giant and all centered on a point offset from the board. The gerbers were generated with KiCad BZR

Re: [Kicad-developers] Library Editor naming consistency

2014-10-15 Thread Benoît Roehr
Le 15/10/2014 07:23, Mark Roszko a écrit : I'm leaning towards one of the markdown formats myself. I vote for markdown :D Me too !! In fact, here, I ran a quick convert of ODT to markdown and imported it into a gitbook setup. Here's chapter 1 and 2 being served from markdown and combined wit

Re: [Kicad-developers] [PATCH] kicad-install.sh: Enhanced Error Handling with outcomes of cmake and make

2014-10-15 Thread Wayne Stambaugh
Joe, I'm not seeing where you checked for the presence of -DKICAD_SCRIPTING_WXPYTHON=ON in the $OPTS variable to add python-wxgtk3.0 to the list of prerequisite packages. I thought that was what needed fixing or am I not understanding the original issue? Wayne On 10/14/2014 8:57 PM, Joseph Chen

Re: [Kicad-developers] Library Editor naming consistency

2014-10-15 Thread Maciej Sumiński
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Recently we had a few discussions about the documentation format, some details below: https://lists.launchpad.net/kicad-developers/msg14968.html https://lists.launchpad.net/kicad-developers/msg14520.html (and follow ups) Regards, Orson On 10/15/2014