X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at av01.lsn.net Message-ID: <54218822.4060506@ecosensory.com> Date: Tue, 23 Sep 2014 09:48:02 -0500 From: John Griessen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: geda-help AT delorie DOT com Subject: Re: [geda-help] Polygon cleared out of existence References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com On 09/21/2014 11:25 PM, Troy Johnson wrote: > I've read where it talks about "New lines, arcs clear polygons checked in the Settings", but these seems to be opposite of my > problem. I've tried ClrFlag(Selected, Join) but that doesn't change things. You've got a lot drawn, so you are looking for a fix for that as well as new objects added to the layout. Try reading to find the flag definition for "clear polygons" and change it in the .pcb file for each object that overlaps a polygon area. It's hard to tell in the .pcb file what overlaps what though.... This approach might help if changing ALL of the flags in the darawing is beneficial. Another way to operate on lots of objects at once is select them, then use an action command that affects selected set. That's using the PCB GUI some, then an action command on the selected set. Gotta go now -- others may have more help, (more direct recent experience), for your problem.