[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Increment drill size on 344 vias
John Griessen wrote:
David Carr wrote:
Quick question:
I have a board with 344 vias that I'd like to increase in size from 20
mils to 24 mils.
Select them and any other non-via objects, but not the other size vias
somehow.
Maybe multiple area selects or one big one or select all...depending...
In the pcb command window give the command
ChangeDrillSize(SelectedVias, 24, mil) and if you want to make the
annulus bigger too... ChangeSize(SelectedVias,44,mil)
The pcb commands will take only vias from the selected set and change them.
This all makes me wish more and more for a more powerful user
programming capability in pcb and also gschem. Despite the pain which
skill programming can be, this sort of thing would be trivial in
cadence. It is fairly easy to iterate over a design and find instances
of a certain type (a via in layout, an instance of a particular cell,
whatever) and filter based on some property and then change things.
Granted, I'm more likely to want this programming capability when
dealing with hundreds of pages of schematics. Then again, 344 vias is
not a small number.
-Dan
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user