X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=QCsTnn/dBMAdQzmMikIoDa1/w9Q1Jy/vcMS8Pb4PoPI=; b=vnsbEweVUL0bT6p6TUTxxvCPYmQg7VrHdQaCVfRFNWF6Gh3PZq5ro2JXqoifhmfA72 SsP0yqhmtdnf9gyyewIxwSuo09E6LYBnWQEMBY7pRTy1S34fQmJ7rGWDpx5Z41Zzjdv5 ilCl5+v5IRcyA/Fl/Q3nHQNWhYzylKvYK/2rfxk4sUDZP63V9vZhyv197+9UDHsrPHT0 0QdUrP7hXqzy1TiDKb7gb3aYPlYpnkuhxy2QuYD2S6y0Hdueh/qaCrKAFOBhMEa+nKEy s07j9XrCFubMCrLWBsZeTez/1BYvSk1WqnFcRGgKANM6smZxhB7E37bfDget5HAawXue zB8w== MIME-Version: 1.0 In-Reply-To: <20121016082918.GA12759@visitor2.iram.es> References: <20121016082918 DOT GA12759 AT visitor2 DOT iram DOT es> Date: Tue, 16 Oct 2012 10:40:10 +0200 Message-ID: Subject: Re: [geda-user] PCB: Getting rid of ground plane residues From: Levente To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=f46d0444810116a87204cc291a88 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --f46d0444810116a87204cc291a88 Content-Type: text/plain; charset=ISO-8859-1 Use the morphpolygon(selected) action. After that, remove the islands manually. On Tue, Oct 16, 2012 at 10:29 AM, Gabriel Paubert wrote: > On Tue, Oct 16, 2012 at 03:52:22AM -0400, Enoch wrote: > > Hi, > > > > In order to get ground / power plane on the connection (top/bottom) > > layers of a 2 layer pcb, we use the RECT and POLY area coverage. The > > system leaves residues of "copper" around pads, lines and pins, that are > > not connected to anything and really look bad. > > > > How can we get rid of them without doing it on the output gerber files? > > I bet the polygon showing the problem has the "fullpoly" attribute. > Unfortunately, there is no way to change this flag in PCB: you can > set it for newly created polygons (New polygons are full one). > > For an existing polygon, you have to find the polygon in the file > (for large planes it's fairly easy) and remove the flag. > > However, the most serious problem IMHO is that the OpenGl interface > shows all polygons as if they did not have the "fullpoly" attribute. > (I had a look at the code, but got lost). > > Gabriel > --f46d0444810116a87204cc291a88 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Use the morphpolygon(selected) action. After that, remove the islands manua= lly.

On Tue, Oct 16, 2012 at 10:29 AM, Ga= briel Paubert <paubert AT iram DOT es> wrote:
On Tue, Oct 16, 2012 at 03= :52:22AM -0400, Enoch wrote:
> Hi,
>
> In order to get ground / power plane on the connection (top/bottom) > layers of a 2 layer pcb, we use the RECT and POLY area coverage. The > system leaves residues of "copper" around pads, lines and pi= ns, that are
> not connected to anything and really look bad.
>
> How can we get rid of them without doing it on the output gerber files= ?

I bet the polygon showing the problem has the "fullpoly" at= tribute.
Unfortunately, there is no way to change this flag in PCB: you can
set it for newly created polygons (New polygons are full one).

For an existing polygon, you have to find the polygon in the file
(for large planes it's fairly easy) and remove the flag.

However, the most serious problem IMHO is that the OpenGl interface
shows all polygons as if they did not have the "fullpoly" attribu= te.
(I had a look at the code, but got lost).

=A0 =A0 =A0 =A0 Gabriel

--f46d0444810116a87204cc291a88--