[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: DRC clearance
Merci Levente,
I find this in the PCB source code:
/*
---------------------------------------------------------------------------
* changes the clearance size of objects
* syntax: ChangeClearSize(Object, delta)
* ChangeClearSize(SelectedPins|SelectedPads|SelectedVias, delta)
* ChangeClearSize(SelectedLines|SelectedArcs, delta
* ChangeClearSize(Selected|SelectedObjects, delta)
*/
I find it very usefull and safer than the "k" key.
Joel
Le mer 07/07/2004 à 09:00, Levente KOVACS a écrit :
> Salut Joel,
>
>
> > How can I change the "clearance width in polygons" value?
> > I've noticed differents values for tracks and pads trough the Object
> > Report but can't find a way to set it.
> > Is it possible?
>
> Yes.
>
> Move the pointer over the object and press K or SHIFT-K. I prefer not to
> do this way. You can set it globaly at the sizes->adjust active sizez.
>
> I prefer setting the normal clearance at each component at the library,
> and setting the correct size at the mentioned routing styles. I prefer
> not to bother this by "hand".
>
> I've modified the routing styles at the Pcb file, and I made my own
> library parts. Now, everything is seems to be good. However, I have to
> update my library on my website. If you are intrested, I can send you
> the link.
>
> Levente