Mail Archives: geda-user/2014/05/26/06:04:36
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(>---
- Raw text -