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

2014-10-16 Thread Joseph Chen
Hi Wayne, I can see your point of being leery of python-wxgtk2.8 issue,  but the issue is beyond of scope of this patch.   This patch fixes the real problems of the installation that have caused some other people panicking in recent days, and it does not add any harms to any part of the installa

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

2014-10-16 Thread Mark Roszko
https://mega.co.nz/#!AdVllbTa!w5qXHlZ03FNk_erZFqX_1Yram0bev1wZ02JFu42jFQk Link to gerbers from test case in case anyone other than Mitch needs it to receive attachments. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-devel

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

2014-10-16 Thread Mark Roszko
I just tested Nick's simple 1 circle test board he attached earlier. It has the same bug. Here are the gerbers from it and a screenshot. http://i.imgur.com/ZhTSoyV.png On Thu, Oct 16, 2014 at 11:43 PM, Mitch Davis wrote: > Hi, > > On Fri, Oct 17, 2014 at 2:38 PM, Mark Roszko wrote: >> Interesti

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

2014-10-16 Thread Mitch Davis
Hi, On Fri, Oct 17, 2014 at 2:38 PM, Mark Roszko wrote: > Interesting, I found an online viewer that for some reason also cannot > handle the circles in the gerber. Yes I found the same. Screenshot from Genesis2000: http://i.imgur.com/Ftycbz8.png Screenshot from mayhewlabs: http://i.imgur.com/m

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

2014-10-16 Thread Mark Roszko
Interesting, I found an online viewer that for some reason also cannot handle the circles in the gerber. Screenshot: http://i.imgur.com/me93vzA.png Viewer: http://mayhewlabs.com/webGerber/ I used the gebers that were originally attached by Jon. ___ Ma

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

2014-10-16 Thread Mitch Davis
Hi JP, (I'm Mr. Hackvana) On Thu, Oct 16, 2014 at 6:14 PM, jp charras wrote: > > Le 15/10/2014 18:23, Jon Neal a écrit : >> >> The gerbers were generated with KiCad BZR 5101, gerber format 4.6, mm for >> the units, and absolute positioning. >> >> Another person that used the same pcb service I u

Re: [Kicad-developers] My wxFormBuilder build doesn't like the new eeschema options dialog

2014-10-16 Thread Garth Corral
It could be my build of wxFormBuilder. Support for OS X doesn't seem to be great. There are no binaries for recent builds so I had to build it. I certainly could have screwed it up. It took a small amount of slashing to get it to build, mostly due to clang. It is odd, though, that it's onl

Re: [Kicad-developers] My wxFormBuilder build doesn't like the new eeschema options dialog

2014-10-16 Thread Brian Sidebotham
Hi Garth, The wxFormBuilder version I'm using is 3.5.0-beta. I don't have any issues on Ubuntu (obviously) and I've just installed the same 3.5.0-beta on Windows and the dialog appears fine. The only OS I cannot test on is Mac. What OS are you using? Perhaps another developer can also take a loo

[Kicad-developers] Updated AUTHORS.txt in BZR5192

2014-10-16 Thread Brian Sidebotham
Hi All, I've just updated the AUTHORS.txt wtih some recent, and some not-so-recent contributors to the list. Some notes about the list: (1) It's not in any order what-so-ever. (2) It's not complete! With regard to 2, please do not feel offended if you feel as though you've made a contribution a

[Kicad-developers] [PATCH] Page settings dialog detects page format wrong

2014-10-16 Thread Константин Барановский
Dialog "Page settings" detects page format wrong (it visible by preview). Formats A, B, C, D, E, Custom (User) are detected right but A0-A4, US* wrong. Attached patch fixes it. Regards, Konstantin. === modified file 'common/dialogs/dialog_page_settings.cpp' --- common/dialogs/dialog_page_settings.

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

2014-10-16 Thread Wayne Stambaugh
On 10/15/2014 9:25 PM, Joseph Chen wrote: > > > 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. I would be ve

Re: [Kicad-developers] Fwd: New icons for KiCAD

2014-10-16 Thread Константин Барановский
I'm don't fully understand you. By default kicad uses precompiled icons in *.cpp format (svg->png->cpp). This files stored in bitmaps_png/cpp_{16|24|48} dirs. If needs to change some of it, you need configure build with MAINTAIN_PNGS parameter (for detail see bitmaps_png/CMakeLists.txt) and after t

Re: [Kicad-developers] My wxFormBuilder build doesn't like the new eeschema options dialog

2014-10-16 Thread Garth Corral
Thanks for the quick reply. Yes, already tried a sample of files; 1.11, 1.12 and 1.13 files open and seemingly work just fine. This is the only file that I’ve had trouble with. Not sure what version ppa corresponds to, but I’m also on a pretty recent version. I built from the head of the 3.x

Re: [Kicad-developers] My wxFormBuilder build doesn't like the new eeschema options dialog

2014-10-16 Thread Brian Sidebotham
On 16 October 2014 17:30, Garth Corral wrote: > > Hi, guys. > > After the recent eeschema dialog commit, my build of wxFormBuilder won’t > allow me to do anything with dialog_eeschema_options_base.fbp. It will open > it just fine, but after that I can’t use the UI; clicking on anything does >

Re: [Kicad-developers] Fwd: New icons for KiCAD

2014-10-16 Thread Joel Holdsworth
On 16/10/14 16:32, Константин Барановский wrote: I noticed that now actively discussing the possibility to update the documentation. In connection with this, I ask you once again to consider my propose of merging with new icons. This allow to update documentation and images at once. https://code

[Kicad-developers] My wxFormBuilder build doesn't like the new eeschema options dialog

2014-10-16 Thread Garth Corral
Hi, guys. After the recent eeschema dialog commit, my build of wxFormBuilder won’t allow me to do anything with dialog_eeschema_options_base.fbp. It will open it just fine, but after that I can’t use the UI; clicking on anything does basically nothing. Just prior to this commit I was able to

[Kicad-developers] Fwd: New icons for KiCAD

2014-10-16 Thread Константин Барановский
I noticed that now actively discussing the possibility to update the documentation. In connection with this, I ask you once again to consider my propose of merging with new icons. This allow to update documentation and images at once. https://code.launchpad.net/~baranovskiykonstantin/kicad/new_ico

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

2014-10-16 Thread Benoît Roehr
Le 16/10/2014 11:28, A. V. Dolganoff a écrit : (not helping the discussion in any way): I find the result rather cool! Those circles look like it was intended, the "design" reflects well the RFID idea. Lol, I was thinking the same :). Coolest bug ever ! Don't fix it please :D On Thu, Oct 16,

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

2014-10-16 Thread A. V. Dolganoff
(not helping the discussion in any way): I find the result rather cool! Those circles look like it was intended, the "design" reflects well the RFID idea. On Thu, Oct 16, 2014 at 11:23 AM, Nick Østergaard wrote: > My image showing the origin of the circles clearly shows they are form > this boar

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

2014-10-16 Thread Nick Østergaard
My image showing the origin of the circles clearly shows they are form this board only. Aslo hackvana showed images from some other boards, the rendering only showed one board. Nick 2014-10-16 11:17 GMT+02:00 Benoît Roehr : > Is this manufacturer panelizing artworks of different client ? > If the

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

2014-10-16 Thread Benoît Roehr
Is this manufacturer panelizing artworks of different client ? If the technician in charge of the data processing forgot to clip the silkscreen by project, it is possible that what you have on you board are in fact circles from another client board. Le 16/10/2014 08:40, Nick Østergaard a écrit

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

2014-10-16 Thread jp charras
Le 15/10/2014 18:23, Jon Neal a écrit : > 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 t