[Kicad-developers] [PATCH] Improve matchDpSuffix() to match a wider range of differential pair names.

2017-06-29 Thread hauptmech
Includes matching bus line nets with one or two terminating digits as suggested by Tomasz. In addition to the original +/- and _P/_N suffix, we now match: Match .*[PN] ex: ANYNETP <-> ANYNETN Match .*[PN]\d ex: ANYNET_P7 <-> ANYNET_N7 Match .*[PN]\d\d ex: SNETP99 <-> SNETN99 ---

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

2017-06-29 Thread Tomasz Wlostowski
On 29.06.2017 18:36, Heikki Pulkkinen wrote: > Hi > > Just start implementing my tools to new connectivity algorithm, and > noticed that via stitchin chain needs to as many copper pour fills as > there are chain links. Videos show what I mean. > Hi Heikki, Can you send us the board that you

Re: [Kicad-developers] Hard-coded hotkeys in pcbnew/tools/selection_tool.cpp

2017-06-29 Thread Maciej Suminski
In my opinion - yes. This is the simplest way to make them editable, and for now I do not think we need to invent a completely new approach, at least until we kick out the legacy canvas. Regards, Orson On 06/29/2017 03:18 AM, Jon Evans wrote: > In fact, this isn't the only GAL hotkey that is

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread José Ignacio
Part of my argument is that for footprints and symbols there isn't much to improve, they are either correct or they aren't, once a footprint is done it probably should not be ever modified individually, most changes you usually want to do to a library are sweeping and probably even automated,

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

2017-06-29 Thread Heikki Pulkkinen
Hi Just start implementing my tools to new connectivity algorithm, and noticed that via stitchin chain needs to as many copper pour fills as there are chain links. Videos show what I mean. regards Heikki new: https://youtu.be/ZV4AMstIdQY old: https://youtu.be/QGr2p6M6Su0 On Tue, Apr 25, 2017

Re: [Kicad-developers] Vacation.

2017-06-29 Thread Adam Wolf
Have a good holiday, Wayne. Thanks for everything you do for the KiCad project! Adam Wolf On Thu, Jun 29, 2017 at 10:07 AM, Wayne Stambaugh wrote: > I just want to give everyone a quick heads up that I will be leaving for > vacation this evening until July 9th. I am

[Kicad-developers] Vacation.

2017-06-29 Thread Wayne Stambaugh
I just want to give everyone a quick heads up that I will be leaving for vacation this evening until July 9th. I am *not* taking my laptop with me so if anything important that requires my approval comes up, please refrain from discussing it until I return. I will already have enough emails in

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread Javier Serrano
On Thu, Jun 29, 2017 at 3:28 PM, Simon Richter wrote: > Hi, > > On 29.06.2017 12:18, Javier Serrano wrote: > > > I agree the creative side is stronger for symbols than for footprints. > > Copyrightability is, as you well point out, a subject of debate in > > various

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread Simon Richter
Hi, On 29.06.2017 12:18, Javier Serrano wrote: > I agree the creative side is stronger for symbols than for footprints. > Copyrightability is, as you well point out, a subject of debate in > various areas. However, I think the real debate we should have is > whether we want to make the official

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread Wayne Stambaugh
Please disregard my previous statements about the kicad copyright assignment. The kicad developers copyright is not an assignment to the kicad project. It is a place holder for changes to the original file by other developers rather than having each individual contributor adding their own

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread Javier Serrano
Hi Jose, On Wed, Jun 28, 2017 at 5:33 PM, José Ignacio wrote: > My two cents. All this copyleft licensing stuff for _libraries_ is > over-complicating things, copyright on stuff like footprints and accurate > 3d models is fairly tenuous as the representation of the work

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread Javier Serrano
On Thu, Jun 29, 2017 at 10:16 AM, Oliver Walters < oliver.henry.walt...@gmail.com> wrote: > Would it be sufficient to drop the "Copyright (C) 2017 KiCad" header? > I don't think so, sorry! When you include a license header in a file, you are giving users more rights than they initially had. Only

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread Oliver Walters
Would it be sufficient to drop the "Copyright (C) 2017 KiCad" header? On Thu, Jun 29, 2017 at 5:28 PM, Javier Serrano < javier.serrano.par...@gmail.com> wrote: > On Thu, Jun 29, 2017 at 3:27 AM, Oliver Walters < > oliver.henry.walt...@gmail.com> wrote: > >> Wayne, others, >> >> A lot of input

Re: [Kicad-developers] [RFC] 3D models repository

2017-06-29 Thread Javier Serrano
On Thu, Jun 29, 2017 at 3:27 AM, Oliver Walters < oliver.henry.walt...@gmail.com> wrote: > Wayne, others, > > A lot of input here, thanks everyone. > > Based on the suggestions above, my proposal is as follows: > > >