X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Envelope-From: paubert AT iram DOT es Date: Tue, 16 Oct 2012 10:29:18 +0200 From: Gabriel Paubert To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB: Getting rid of ground plane residues Message-ID: <20121016082918.GA12759@visitor2.iram.es> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SPF-Received: 2 X-Spamina-Bogosity: Unsure X-Spam-Score: -1.4 (-) X-Spam-Report: Content analysis details: (-1.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 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 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