Re: [Kicad-developers] Netlist file extensions

2018-04-18 Thread Wayne Stambaugh
If no one can confirm that other EDA applications require a fixed file extension to work correctly, I would leave it as is. If there is any requirement later, we can always tweak it as part of a bug fix release. Cheers, Wayne On 04/18/2018 07:06 PM, Jeff Young wrote: > If no one else is

Re: [Kicad-developers] Netlist file extensions

2018-04-18 Thread Jeff Young
If no one else is familiar with this either then we can just go with what we have now. But I thought I’d ping the dev group one more time in case someone does…. Cheers, Jeff. > On 26 Mar 2018, at 01:04, Jeff Young wrote: > > The PADS-PCB netlist evidently needs an extension

Re: [Kicad-developers] [PATCH] Fix warnings for unreferenced local variables

2018-04-18 Thread Wayne Stambaugh
Hi Simon, I pushed your patch. Thanks, Wayne On 4/18/2018 3:10 AM, Simon Richter wrote: > --- > common/utf8.cpp | 2 +- > eeschema/cross-probing.cpp| 2 +- > eeschema/dialogs/dialog_edit_components_libid.cpp | 2 +- >

Re: [Kicad-developers] What are the requirements for the courtyard layer polygon?

2018-04-18 Thread Rene Pöschl
On 18/04/18 12:59, jp charras wrote: Le 17/04/2018 à 13:54, Rene Pöschl a écrit : On 17/04/18 13:28, jp charras wrote: Le 17/04/2018 à 13:15, Rene Pöschl a écrit : If i understand it correctly, kicad 5 will offer a check for courtyard violations. Does this check come with requirements with

Re: [Kicad-developers] What are the requirements for the courtyard layer polygon?

2018-04-18 Thread jp charras
Le 17/04/2018 à 13:54, Rene Pöschl a écrit : > On 17/04/18 13:28, jp charras wrote: >> Le 17/04/2018 à 13:15, Rene Pöschl a écrit : >>> If i understand it correctly, kicad 5 will offer a check for courtyard >>> violations. >>> >>> Does this check come with requirements with regards to the

[Kicad-developers] [PATCH] Fix warnings for unreferenced local variables

2018-04-18 Thread Simon Richter
--- common/utf8.cpp | 2 +- eeschema/cross-probing.cpp| 2 +- eeschema/dialogs/dialog_edit_components_libid.cpp | 2 +- eeschema/libarch.cpp | 2 +- eeschema/sch_component.cpp| 2 +-