X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham02.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=0.8 required=5.0 tests=BAYES_50 autolearn=ham version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=HP76PSXDrGWUy11Uvg437ber2RGV+y3GgCJueqmbfAUQL8PFNmH2JUmg6e34sFOKI1ag8hYyWjs7Kh40qeXQXdPTvMdgMhWo48KgIFVxuJmfUE3h/QA5y2W2Fafu6X5E; Date: Wed, 4 Jan 2012 13:21:10 -0800 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB layout file doubts Message-ID: <20120104132110.6e3985c3@svelte> In-Reply-To: References: <20120102003737 DOT c1bc3a96 DOT john AT jcoppens DOT com> <201201020416 DOT q024GBUE031909 AT envy DOT delorie DOT com> <20120102110533 DOT 4f0f0b48 DOT john AT jcoppens DOT com> <4F01D16B DOT 2020808 AT ecosensory DOT com> <20120102152849 DOT 0c3592fe DOT john AT jcoppens DOT com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: spk.venturedesignservices.com (svelte) [65.61.115.34]:46137 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t 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 Wed, 4 Jan 2012 15:53:02 +0200 KPL wrote: > Probably I'm doing everything the wrong way, I am not sure. First > I design a board with footprints that I found or created, and > after all traces are drawn, I am trying to increase pin sizes for > all TH components, to make the board as friendly to home making > as possible. Usually that means opening that menu many times. > At the same time I'm trying to increase trace widths where > necessary/possible, using "t" key for every single segment. I find that the easiest way to make such adjustments to your layout is to use the pcb command feature. Just select the pins/traces/whatever you want to modify (or even the whole layout) and do something like: :ChangeDrillSize(SelectedPins, 32mil) or :ChangeSize(SelectedLines, 24mil) or :ChangeClearSize(Selected, 30mil) This is a really powerful feature and it's well worth familiarizing yourself with the pcb action list from the manual: pcb manual: core actions The actions allow powerful manipulation that would be very hard to achieve in a GUI without such scripting support. Regards, Colin