Re: [Kicad-developers] Something new and old

2017-04-25 Thread Heikki Pulkkinen
Hi Nick. Good question. In this case first track from pad is just small stub. Teardrop point it is not good connection. Teardrop is always in first track in trace from item. It is there but too small. When you run DRC it is reported and you can fix it. Video shows. https://youtu.be/uSUWkbdA2zM A

Re: [Kicad-developers] Something new and old

2017-04-25 Thread Heikki Pulkkinen
Hi Orson Is it possible that I can test it too? Shall we put all those pieces together little by little. In attach there is current algorithm with my changes, so you can see what I have to be done to make it work now. All additions are inside preprosessor definition PCBNEW_WITH_TEARDROPS, maybe I

Re: [Kicad-developers] [PATCH] Check required libraries in FindwxWidgets.cmake

2017-04-25 Thread Wayne Stambaugh
Simon, Are you saying this patch will not work as is or are there other steps we need to do to get this correct? Wayne On 4/24/2017 11:59 AM, Simon Richter wrote: > Hi, > > On 24.04.2017 14:55, Jan Mrázek wrote: > >> I have updated my patch for this problem and managed to get it into >> CMake

Re: [Kicad-developers] [PATCH] Check required libraries in FindwxWidgets.cmake

2017-04-25 Thread Simon Richter
Hi, On 25.04.2017 14:45, Wayne Stambaugh wrote: > Are you saying this patch will not work as is or are there other steps > we need to do to get this correct? Neither. The patch is likely to work, I've scheduled a quick(...) test for Windows in Jenkins to make sure of that. I'm mainly passing on

Re: [Kicad-developers] [PATCH] Check required libraries in FindwxWidgets.cmake

2017-04-25 Thread Jan Mrázek
Hi, I am a little confused. What exactly is wrong with the patch? According to the IRC discussion a while ago, I think it was with nickoe, the best approach is probably to adopt the changes in FindwxWidgets and when KiCAD upgrades to a reasonably new CMake, get rid of the KiCAD copy and use t

Re: [Kicad-developers] [PATCH] Check required libraries in FindwxWidgets.cmake

2017-04-25 Thread Simon Richter
Hi, On 25.04.2017 17:11, Jan Mrázek wrote: > I am a little confused. What exactly is wrong with the patch? According > to the IRC discussion a while ago, I think it was with nickoe, the best > approach is probably to adopt the changes in FindwxWidgets and when > KiCAD upgrades to a reasonably new

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

2017-04-25 Thread 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 codes from the pads to the tracks/vias - removing unconnected copper islands in zones

Re: [Kicad-developers] [PATCH] Check required libraries in FindwxWidgets.cmake

2017-04-25 Thread Wayne Stambaugh
Nothing is wrong with the patch. However, we do not track every upstream change to FindwxWidgets.cmake so there still could be issues in the future when we bump the minimum cmake version and remove FindwxWidgets.cmake from KiCad. If memory serves, this has happened in the past. On 4/25/2017 11:1

Re: [Kicad-developers] [Patch] Add an option to select a reference point and an anchor in pcbnew move exactly dialog

2017-04-25 Thread Wayne Stambaugh
Hey Robert, I merged your patch into the master branch. Thank you for your contribution. I didn't see the tooltip pop up when I hovered over the "User origin" control (windows 7 pro) so I'm not sure what's going on there. We can always make changes in subsequent patches if the terminology is co

Re: [Kicad-developers] PATCH: add comments to VRML2 parser source

2017-04-25 Thread Wayne Stambaugh
Cirilo, I committed your patch to the master branch. Thanks, Wayne On 4/15/2017 8:25 PM, Cirilo Bernardo wrote: > The attached patch adds some comments to the VRML2 parser. > > - Cirilo > > > > ___ > Mailing list: https://launchpad.net/~kicad-deve