[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Locking down auto-routed traces?



On Sat, May 01, 2004 at 06:38:05AM -0400, Bob Paddock wrote:
> 
> Is there a way to lock down the auto-routed traces, so that
> "rip-up-all-auto-routed-traces" does not rip them up?
> 

clear the autorouted trace flag on those traces.  Its bit 0x8.
I can't seem to figure out how to do it without editing the
.pcb file though.  There probably is a way though.

in an example.pcb file  I have:
        Line[105541 62022 114230 53333 600 600 0x00000080]
making that be
        Line[105541 62022 114230 53333 600 600 0x00000000]
makes it not be an autorouted trace any more

-dan

--