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:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=C6Pznxx/3ZNwyuU/9x8lvM29zr2egmbJc4xN4qmpsCI=; b=NSmr7XWASJFvSnuxFgu3wtYFLCktIRH6JsAzhaehwEVWGDUxl7kCKdM8k/mKTL9wSu 6ExpPJrN+e5jkYxahy9ZhqlzrObSruV0pElK9cLQZ6l9ax9+JWUnWnIy/0xzsM2TPpLZ p1d4YojhUoUSwMdDZ9guEPPRlLeSFd+jvGrCMAkN+zI+2vGaNY2Mn9tvWQmFuNpzsb98 OhjCN/0/oWEr0FkuSBHKS3Sgj+8AGz6PoQJjQYKf0LrnTugQzE/Xnd6p7gMfwldY7xRj dpgfLbn6O/RgsC3L0YT/7bJjdGsVKZykay3wcLPS8Iz8KCr+O7G6CvvvpbWy4OH/XL74 4D1A== MIME-Version: 1.0 Sender: silicon DOT on DOT inspiration AT gmail DOT com In-Reply-To: References: Date: Wed, 4 Jul 2012 07:44:14 +1000 X-Google-Sender-Auth: zWWxT70Vdyig0ZdXpGrP8Mjk5Bs Message-ID: Subject: Re: [geda-user] Moving holes in polygons From: Stephen Ecob To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 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, Jul 3, 2012 at 9:35 PM, Nathan Stewart wrote: > Once I was done with my layout, I wanted to recenter it on the board. > I can't seem to select a whole in a polygon though. Is there a way to > move snipped out regions of polygons without redoing the holes? A possible workaround would be this: 1 create a new layer 2 place an arbitrary polygon on the new layer 3 save 4 open the .pcb file in and editor 5 locate the polygon with the hole that needs to be moved 6 "cut" the hole text 7 "paste" the hole text to replace the arbitrary polygon in the new layer 8 save 9 move the "hole" (now a polygon on the new layer) in PCB 10 save 11 in the text editor move the "hole" back from the new layer to being a hole in your original polygon 12 save Only twelve steps :-) Stephen