Re: [Kicad-developers] [RFC] new connectivity algorithm - testers needed

2017-05-01 Thread Nick Østergaard
2017-04-25 17:23 GMT+02:00 Tomasz Wlostowski : > > Hi all, > > I've pushed the branch [1] containing a rewrite of the pcbnew's > connectivity algorithm. By this algorithm, I mean: > - computing the ratsnest and checking if all connections are complete > - propagating net

Re: [Kicad-developers] [RFC] new connectivity algorithm - testers needed

2017-05-01 Thread Simon Richter
Hi, On 25.04.2017 17:23, Tomasz Wlostowski wrote: > I've pushed the branch [1] containing a rewrite of the pcbnew's > connectivity algorithm. By this algorithm, I mean: There is a new compiler warning: pcbnew/edit.cpp: In member function 'void PCB_EDIT_FRAME::OnSelectTool(wxCommandEvent&)':

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-05-01 Thread José Ignacio
I've done a bit of testing on this branch and it works great for me, it cut the time it takes to release a board to production significantly. Thanks! Jose On Mon, May 1, 2017 at 7:42 AM, Wayne Stambaugh wrote: > Hey Oliver, > > I just need to find the time to test and

Re: [Kicad-developers] Tools in post-v5 legacy canvas

2017-05-01 Thread Simon Richter
Hi, On 01.05.2017 14:45, Wayne Stambaugh wrote: > This is not entirely accurate. All new features must be implemented in > GAL at a minimum. Implementing the same feature in the legacy canvas is > optional. The only requirement is that any objects created in the GAL > canvas must be properly

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread Tomasz Wlostowski
On 01.05.2017 08:39, jp charras wrote: >> Hi, >> >> Lachlan sent me a complex board in Eagle that has several copper zones, >> each with different clearances, which filled incorrectly or didn't fill >> at all. There were some trivial issues (e.g. inverted filling priority), >> but there is one

Re: [Kicad-developers] Tools in post-v5 legacy canvas

2017-05-01 Thread Wayne Stambaugh
This is not entirely accurate. All new features must be implemented in GAL at a minimum. Implementing the same feature in the legacy canvas is optional. The only requirement is that any objects created in the GAL canvas must be properly rendered in the legacy canvas even if they cannot be

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-05-01 Thread Wayne Stambaugh
Hey Oliver, I just need to find the time to test and review your changes. I will let you know as soon as I can. Cheers, Wayne On 4/30/2017 5:41 PM, Oliver Walters wrote: > Hi Wayne, > > Anything else you need me to do here? > > Cheers > > On 25 Apr 2017 18:22, "Oliver Walters"

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #2067

2017-05-01 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

[Kicad-developers] Jenkins build is back to normal : kicad-qa #2580

2017-05-01 Thread Miguel Angel Ajo
See ___ 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: linux-kicad-full-gcc-head #2066

2017-05-01 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Pcbnew: Add creation of Drill Files in Gerber X2 format. Gerbview: add -- [...truncated 143.06 KB...] [ 90%] Building CXX

[Kicad-developers] Build failed in Jenkins: kicad-qa #2579

2017-05-01 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Pcbnew: Add creation of Drill Files in Gerber X2 format. Gerbview: add -- [...truncated 25.95 KB...] [ 95%] Building CXX object

[Kicad-developers] Add Drill file format option in Gerber X2.

2017-05-01 Thread jp charras
Hi all, I just added an experimental option to create drill files in Gerber X2 format. The Excellon format is not modified (although the order of holes can be modified). The Gerber X2 drill file format is named experimental because it needs more tests. There are still very minor issues in

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread jp charras
Le 01/05/2017 à 10:37, Nick Østergaard a écrit : > 2017-05-01 8:25 GMT+02:00 jp charras : >>> Hi, >>> >>> Lachlan sent me a complex board in Eagle that has several copper zones, >>> each with different clearances, which filled incorrectly or didn't fill >>> at all. There

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread Nick Østergaard
2017-05-01 8:25 GMT+02:00 jp charras : >> Hi, >> >> Lachlan sent me a complex board in Eagle that has several copper zones, >> each with different clearances, which filled incorrectly or didn't fill >> at all. There were some trivial issues (e.g. inverted filling priority),

Re: [Kicad-developers] [PATCH] plot to DXF an editable text

2017-05-01 Thread Eldar Khayrullin
Can anyone to watch my patch? https://bugs.launchpad.net/kicad/+bug/1423515 В Среда, 26 апр. 2017 в 7:16 , Eldar Khayrullin написал: Hello. @Wayne, can you watch my patch to plot DXF an editable text? See attachment in LP:

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread jp charras
> Hi, > > Lachlan sent me a complex board in Eagle that has several copper zones, > each with different clearances, which filled incorrectly or didn't fill > at all. There were some trivial issues (e.g. inverted filling priority), > but there is one that needs discussion: > > In pcbnew, each

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread jp charras
> Hi, > > Lachlan sent me a complex board in Eagle that has several copper zones, > each with different clearances, which filled incorrectly or didn't fill > at all. There were some trivial issues (e.g. inverted filling priority), > but there is one that needs discussion: > > In pcbnew, each

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread Nick Østergaard
2017-05-01 0:32 GMT+02:00 Tomasz Wlostowski : > On 30.04.2017 21:02, Lachlan Audas wrote: >> Here's the link, >> http://www.cosmosc.com/example/A10-A20-OLINUXINO-MICRO-4GB_Rev_D.brd >> it's in eagle format, so import under pcbnew. >> I should of added that viewing the