← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Fix for bug/1754049

 

Le 27/03/2018 à 14:16, jp charras a écrit :
<....>
> I just committed a first fix that fixes a few issues.
> Currently, a bug is still pending: a crash can happen if a undo command uses a removed item.
> 
> About vias, that are multilayers items, blind/ buried vias and especially micro vias are a tricky case.
> 
> Currently they are removed (due to a small bug in code) if they start on a removed layer.
> But the actual problem is: Should we remove them if they are still living on existing layers?
> 
> And if not should we modify the layer pair.
> Micro vias for instance are blind vias connecting 2 adjacent layers, so we could modify easily the
> layer pair without removing them.
> 

I committed (in rev 2edc675) an other fix to force 4 layers (edge cut, courtyard and margin layers)
always in use, because they are (or will be, for margin) used in DRC.

This is a small fix, easy to undo or modify if it looks like not good.

just FYI.

-- 
Jean-Pierre CHARRAS


References