X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 29 Oct 2011 19:45:12 -0400 From: gene glick Subject: Re: [geda-user] swapping layers In-reply-to: <4EAC88FB.6080808@optonline.net> To: geda-user AT delorie DOT com Message-id: <4EAC9008.4000703@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <4EAC88FB DOT 6080808 AT optonline DOT net> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 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 10/29/2011 07:15 PM, gene glick wrote: > Is it possible to swap layer-2 and layer-3, for example, on a 4 layer > board? I realize the gerbers can easily be swapped at fab time. But, am > wondering if it can be done from within PCB? > > Maybe I'll try to answer my own question :) I just opened up the .pcb file and see 2 sections : Layer(2 "GND - L2") Layer(3 "PWR - L3") Is it as simple as changing it like this?: Layer(3 "GND - L3") Layer(2 "PWR - L2")