Re: [Kicad-developers] Netclass and clearance

2017-07-27 Thread hauptmech
I think the following is part of the assumptions of everyone ideas so far, but I just want to state it explicitly as it's a really fundamental assumption for me. The purpose of pcbnew is to generate manufacturing data for pcb manufacture. Users should be limited only by their imagination

[Kicad-developers] User docs on the KiCad website.

2017-07-27 Thread Wayne Stambaugh
I was helping out a user who was struggling with configuring their footprint library table. I went to the KiCad website to copy a link to the Pcbnew footprint library table section when much to my dismay I found this:

Re: [Kicad-developers] [PATCH 1/2] Update FindGLEW.cmake

2017-07-27 Thread Simon Richter
Hi, On 27.07.2017 16:48, Simon Richter wrote: >> Did you just copy this from CMake or did you merge it with our changes >> to the old FindGLEW.cmake? If you copied it, it will most likely break >> msys2 builds on windows. Did you test it on msys2? > IIRC I tested it (it's an old patch). Will

Re: [Kicad-developers] [PATCH 1/2] Update FindGLEW.cmake

2017-07-27 Thread Simon Richter
Hi, On 27.07.2017 16:13, Wayne Stambaugh wrote: > Did you just copy this from CMake or did you merge it with our changes > to the old FindGLEW.cmake? If you copied it, it will most likely break > msys2 builds on windows. Did you test it on msys2? IIRC I tested it (it's an old patch). Will

Re: [Kicad-developers] [PATCH 1/2] Update FindGLEW.cmake

2017-07-27 Thread Wayne Stambaugh
On 7/27/2017 7:29 AM, Simon Richter wrote: > Hi, > > On 27.07.2017 11:38, Maciej Sumiński wrote: > >> Are there any problems with the current FindGLEW script? I rather would >> not modify correct CMake scripts without any particular reason, as it >> may result in new problems. > > Yes, it

Re: [Kicad-developers] Netclass and clearance

2017-07-27 Thread Wayne Stambaugh
On 7/27/2017 8:47 AM, Tomasz Wlostowski wrote: > On 27.07.2017 14:33, Wayne Stambaugh wrote: >> On 7/26/2017 4:30 PM, Tomasz Wlostowski wrote: >>> On 26.07.2017 22:01, Wayne Stambaugh wrote: On 7/26/2017 9:47 AM, hauptmech wrote: > This is a nice concept. A more generic constraint system.

Re: [Kicad-developers] Netclass and clearance

2017-07-27 Thread Tomasz Wlostowski
On 27.07.2017 14:33, Wayne Stambaugh wrote: > On 7/26/2017 4:30 PM, Tomasz Wlostowski wrote: >> On 26.07.2017 22:01, Wayne Stambaugh wrote: >>> On 7/26/2017 9:47 AM, hauptmech wrote: This is a nice concept. A more generic constraint system. What I'll be doing and was asking if there

Re: [Kicad-developers] [PATCH 1/2] Update FindGLEW.cmake

2017-07-27 Thread Simon Richter
Hi, On 27.07.2017 11:38, Maciej Sumiński wrote: > Are there any problems with the current FindGLEW script? I rather would > not modify correct CMake scripts without any particular reason, as it > may result in new problems. Yes, it doesn't support the mapping of debug and release builds on

Re: [Kicad-developers] [PATCH 1/2] Update FindGLEW.cmake

2017-07-27 Thread Maciej Sumiński
Hi Simon, Are there any problems with the current FindGLEW script? I rather would not modify correct CMake scripts without any particular reason, as it may result in new problems. Cheers, Orson On 07/22/2017 12:43 AM, Simon Richter wrote: > --- > CMakeModules/FindGLEW.cmake | 155 >

Re: [Kicad-developers] Cursor behavior

2017-07-27 Thread Maciej Sumiński
Just to let you know, I have just pushed a patch that implements Jean-Pierre's idea for choosing the footprint drag anchor. Regards, Orson On 07/20/2017 01:50 PM, Maciej Sumiński wrote: > Hi Jean-Pierre, > > On 07/20/2017 01:44 PM, jp charras wrote: > [snip] >> >> AFAIK, for me "old" issues

Re: [Kicad-developers] Move point on pcbnew

2017-07-27 Thread Maciej Sumiński
Hi Andrey, It should be fixed now, please check. Regards, Orson On 05/24/2017 09:03 AM, Andrey Kuznetsov wrote: > I was about to explode, but then noticed that if I select the whole > footprint then the MOVE (press M) snaps to the closest point, either center > of footprint or center of pad. >