X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] change trace sizes? Date: Mon, 26 May 2014 02:39:11 +0200 Lines: 20 Message-ID: References: <5382670E DOT 6010304 AT neurotica DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: a89-182-108-148.net-htp.de User-Agent: KNode/4.11.5 Reply-To: geda-user AT delorie DOT com Dave McGuire wrote: > > Hi folks. Can anyone tell me offhand if there's a quick way to > change > the width of ALL traces on a layout? 1) select all objects ( [alt-a] ) 2) type a colon (":") to open the command line 3) to set all lines to 1 mm width use the command: changesize(selected,1,mm) 3a) to increment all line widths by 0.5 mm use: changesize(selected,+1,mm) ---<)kaimartin(>---