Re: [Kicad-developers] New lead developer announcement

2021-07-06 Thread su_pyrow


A very honorable title.  well earned.  

--Bobby
 


On Tue, 6 Jul 2021 08:03:18 -0400
Wayne Stambaugh  wrote:

>I am happy to announce that Roberto Fernandez Bautista has accepted an 
>invitation to the KiCad lead development team.  Roberto has made some 
>significant contributions to the KiCad project and I look forward to his 
>contributions as lead developer.  Please join me in congratulating 
>Roberto in his new role.
>
>Cheers,
>
>Wayne
>
>___
>Mailing list: https://launchpad.net/~kicad-developers
>Post to : kicad-developers@lists.launchpad.net
>Unsubscribe : https://launchpad.net/~kicad-developers
>More help   : https://help.launchpad.net/ListHelp


--

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] For those wondering about KiCad version 5.99.0 in Debian unstable...

2021-07-06 Thread Jon Evans
Hi Carsten,

I was reminded of this thread because of this forum post:
https://forum.kicad.info/t/how-install-kicad-6-x-on-debian/30034/4

Is the fact that there is a 6.0.0 tag on experimental also related to this
issue with versioning?

Best,
Jon

On Sun, Apr 11, 2021 at 2:25 AM Carsten Schoenert 
wrote:

> it's not really a version 5.99.0.
>
> I made a mistake last week while preparing a current snapshot of all
> relevant KiCad parts and the kicad package was of course intended for
> uploading to the distribution experimental but was pushed into
> unstable/sid due stupidity of me.
>
> To fix this error I needed to upload a greater version into the archive
> than the previous upload as DAK (the Debian Archive Kit) is checking for
> this condition and will reject the upload otherwise, the Debian system
> is only supporting upgrades and no downgrades.
> Another option would have been to use a epoch, that prefix with a colon
> before the typical version number string. E.g. *1:*5.1.9 could I've been
> used.
>
> But introducing epochs need to go through consensus on the list
> debian-devel as these are often avoidable and not really needed. And I
> think this here is a case there no need for an epoch is required and I
> have chosen to simply increase the version numbering from a POV of DAK
> and created a version 5.99.0+really5.1.9.
>
> The underlying source is still 5.1.9.
>
> I need to stay with this schema until 6.x will get released (6.x is
> greater than 5.99.x), even for the backported versions. I'm really not
> proud about the mistake I've made but it's happen. :-(
>
> This will also have effect for Ubuntu and their downstreams as the PPA
> version will also became less than 5.99.0+really once the Debian
> version(s) will hit the Ubuntu archive and users wouldn't be able to
> install packages from PPA archives in case they have previously
> installed kicad package from the Ubuntu archive.
>
> There are two solution for this case people want to use the PPA versions
> of kicad.
>
> Option A:
>  - The PPA versioning doesn't adopt the version schema from Debian
>
> People can't have installed kicad packages from the Ubuntu archive
> before, if they have installed the kicad package from Ubuntu they need
> to be removed first!
>
> Option B
>  - The PPA archive is also using the versioning schema from Debian
>
> In this case users doesn't have to do anything than to add the PPA
> entries as it's already done yet right now.
>
> My suggestion is to do the latter, so the names, versions and behaviour
> will stay the same on all Debian based distributions.
>
> This all is only relevant for the non nightly packages as this is using
> a different package name!
>
> --
> Regards
> Carsten
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Problem opening a PCB file

2021-07-06 Thread Steven A. Falco

On 7/6/21 12:04 PM, jp charras wrote:


Le 06/07/2021 à 17:55, Steven A. Falco a écrit :

On 7/6/21 11:30 AM, jp charras wrote:


Le 06/07/2021 à 17:17, Steven A. Falco a écrit :

I've found a project on github [1] that I am interested in, but I have not been 
able to open the PCB file correctly.  It seems that 5.1 is too old to handle 
this file, but 5.99 has several issues, as described in [2].

It looks like the ground plane is not being processed properly.  I also noted that the 
three "zone" buttons on the left pane of pcb_new are grayed out, which seems 
very strange.

I'm not sure if the original project authors did something wrong. I see both a 
.pro and a .kicad_pro file in the directory, so they must have switched major 
releases at some point.  But I'd still expect pcb_new to be able to deal with 
the board file.

Steve

[1] https://github.com/phl0/MMDVM_HS_Dual_Hat/tree/master/hardware/r2.0-mini
[2] https://gitlab.com/kicad/code/kicad/-/issues/8739



Just delete the .kicag_prl file, or reenable the visibility of objects.

Jean-Pierre CHARRAS


Thanks - that helps.  But something is still wrong.  When I toggle the pads and 
zones visibility to turn them on, I see the zones filled in, as expected.

But then, when I type ^B, I get 88 unrouted nets, and if I had "Show filled areas of 
zones" selected, the filled zone in the center of the board disappears although the 
zone outline remains.

So it seems that something is still wrong.

Steve - 


^B removes the zone fill. B rebuilds the zone fill.


Jean-Pierre CHARRAS


Ooops.  I feel stupid.  Thanks for the help. :-)

Steve



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Problem opening a PCB file

2021-07-06 Thread jp charras


Le 06/07/2021 à 17:55, Steven A. Falco a écrit :

On 7/6/21 11:30 AM, jp charras wrote:


Le 06/07/2021 à 17:17, Steven A. Falco a écrit :
I've found a project on github [1] that I am interested in, but I 
have not been able to open the PCB file correctly.  It seems that 
5.1 is too old to handle this file, but 5.99 has several issues, as 
described in [2].


It looks like the ground plane is not being processed properly.  I 
also noted that the three "zone" buttons on the left pane of pcb_new 
are grayed out, which seems very strange.


I'm not sure if the original project authors did something wrong. I 
see both a .pro and a .kicad_pro file in the directory, so they must 
have switched major releases at some point.  But I'd still expect 
pcb_new to be able to deal with the board file.


Steve

[1] 
https://github.com/phl0/MMDVM_HS_Dual_Hat/tree/master/hardware/r2.0-mini 


[2] https://gitlab.com/kicad/code/kicad/-/issues/8739



Just delete the .kicag_prl file, or reenable the visibility of objects.

Jean-Pierre CHARRAS


Thanks - that helps.  But something is still wrong.  When I toggle the 
pads and zones visibility to turn them on, I see the zones filled in, 
as expected.


But then, when I type ^B, I get 88 unrouted nets, and if I had "Show 
filled areas of zones" selected, the filled zone in the center of the 
board disappears although the zone outline remains.


So it seems that something is still wrong.

Steve - 


^B removes the zone fill. B rebuilds the zone fill.


Jean-Pierre CHARRAS


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Problem opening a PCB file

2021-07-06 Thread Steven A. Falco

On 7/6/21 11:30 AM, jp charras wrote:


Le 06/07/2021 à 17:17, Steven A. Falco a écrit :

I've found a project on github [1] that I am interested in, but I have not been 
able to open the PCB file correctly.  It seems that 5.1 is too old to handle 
this file, but 5.99 has several issues, as described in [2].

It looks like the ground plane is not being processed properly.  I also noted that the 
three "zone" buttons on the left pane of pcb_new are grayed out, which seems 
very strange.

I'm not sure if the original project authors did something wrong. I see both a 
.pro and a .kicad_pro file in the directory, so they must have switched major 
releases at some point.  But I'd still expect pcb_new to be able to deal with 
the board file.

Steve

[1] https://github.com/phl0/MMDVM_HS_Dual_Hat/tree/master/hardware/r2.0-mini
[2] https://gitlab.com/kicad/code/kicad/-/issues/8739



Just delete the .kicag_prl file, or reenable the visibility of objects.

Jean-Pierre CHARRAS


Thanks - that helps.  But something is still wrong.  When I toggle the pads and 
zones visibility to turn them on, I see the zones filled in, as expected.

But then, when I type ^B, I get 88 unrouted nets, and if I had "Show filled areas of 
zones" selected, the filled zone in the center of the board disappears although the 
zone outline remains.

So it seems that something is still wrong.

Steve


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Problem opening a PCB file

2021-07-06 Thread jp charras


Le 06/07/2021 à 17:17, Steven A. Falco a écrit :
I've found a project on github [1] that I am interested in, but I have 
not been able to open the PCB file correctly.  It seems that 5.1 is 
too old to handle this file, but 5.99 has several issues, as described 
in [2].


It looks like the ground plane is not being processed properly.  I 
also noted that the three "zone" buttons on the left pane of pcb_new 
are grayed out, which seems very strange.


I'm not sure if the original project authors did something wrong. I 
see both a .pro and a .kicad_pro file in the directory, so they must 
have switched major releases at some point.  But I'd still expect 
pcb_new to be able to deal with the board file.


Steve

[1] 
https://github.com/phl0/MMDVM_HS_Dual_Hat/tree/master/hardware/r2.0-mini

[2] https://gitlab.com/kicad/code/kicad/-/issues/8739



Just delete the .kicag_prl file, or reenable the visibility of objects.

Jean-Pierre CHARRAS


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Problem opening a PCB file

2021-07-06 Thread Steven A. Falco

I've found a project on github [1] that I am interested in, but I have not been 
able to open the PCB file correctly.  It seems that 5.1 is too old to handle 
this file, but 5.99 has several issues, as described in [2].

It looks like the ground plane is not being processed properly.  I also noted that the 
three "zone" buttons on the left pane of pcb_new are grayed out, which seems 
very strange.

I'm not sure if the original project authors did something wrong.  I see both a 
.pro and a .kicad_pro file in the directory, so they must have switched major 
releases at some point.  But I'd still expect pcb_new to be able to deal with 
the board file.

Steve

[1] https://github.com/phl0/MMDVM_HS_Dual_Hat/tree/master/hardware/r2.0-mini
[2] https://gitlab.com/kicad/code/kicad/-/issues/8739


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] New lead developer announcement

2021-07-06 Thread Roberto Fernández Bautista
Thank you all!

I look forwards to continue making KiCad even better!

Roberto

On Tue, 6 Jul 2021, 14:30 Steven A. Falco,  wrote:

> Congrats Roberto!  Glad to have you in a most prominent position!
>
> Steve
>
> On 7/6/21 8:03 AM, Wayne Stambaugh wrote:
> > I am happy to announce that Roberto Fernandez Bautista has accepted an
> invitation to the KiCad lead development team.  Roberto has made some
> significant contributions to the KiCad project and I look forward to his
> contributions as lead developer.  Please join me in congratulating Roberto
> in his new role.
> >
> > Cheers,
> >
> > Wayne
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] New lead developer announcement

2021-07-06 Thread Steven A. Falco

Congrats Roberto!  Glad to have you in a most prominent position!

Steve

On 7/6/21 8:03 AM, Wayne Stambaugh wrote:

I am happy to announce that Roberto Fernandez Bautista has accepted an 
invitation to the KiCad lead development team.  Roberto has made some 
significant contributions to the KiCad project and I look forward to his 
contributions as lead developer.  Please join me in congratulating Roberto in 
his new role.

Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] New lead developer announcement

2021-07-06 Thread Ian McInerney
Congrats Roberto!

On Tue, Jul 6, 2021 at 1:04 PM Wayne Stambaugh  wrote:

> I am happy to announce that Roberto Fernandez Bautista has accepted an
> invitation to the KiCad lead development team.  Roberto has made some
> significant contributions to the KiCad project and I look forward to his
> contributions as lead developer.  Please join me in congratulating
> Roberto in his new role.
>
> Cheers,
>
> Wayne
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] New lead developer announcement

2021-07-06 Thread Wayne Stambaugh
I am happy to announce that Roberto Fernandez Bautista has accepted an 
invitation to the KiCad lead development team.  Roberto has made some 
significant contributions to the KiCad project and I look forward to his 
contributions as lead developer.  Please join me in congratulating 
Roberto in his new role.


Cheers,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp