David Froseth wrote:
In the pcb program, is there a way to select a batch of lines and then choose to make them .020 in width all at the same time?

Yes. Select by area the lines and any other objects. Use the : key to get a action command line. paste in the commmand

ChangeSize(SelectedLines, 20, mil)




Is there also a way of selecting a batch of pads or vias and and change them all to the same size, all in one step?

ChangeDrillSize(SelectedVias, 35, mil)

ChangeSize (SelectedVias, 55, mil)

Pads I'm not sure of... element pads come from lines, but to edit that way means they are converted to primitive objects first and then would need conversion back to footprint elements.

John Griessen


_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to