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 line size: nevermind Date: Mon, 26 May 2014 12:03:56 +0200 Lines: 20 Message-ID: References: <53827DB4 DOT 5040006 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: > Found it...Select all traces by turning off everything else, select > all visible, then ":ChangeSize(SelectedLines, 7)". (for 7mils) IIRC, the size parameter is 1/100 of a mil by default. I recommend to use the unit parameter to reduce this kind of ambiguity. To achieve 7 mil width: ChangeSize(SelectedLines, 7, mil) BTW, in section "actions" the manual still refers to 1/100 mil as the internal unit of pcb http://pcb.geda-project.org/pcb-cvs/pcb.html#Actions It only mentions "mm" and "mil". In fact, pcb deals gracefully with the usual multiples, too. E.g. "m", "nm", "um", ... No "ly", though ;-) ---<)kaimartin(>---