Mail Archives: geda-help/2016/07/29/10:42:28
> 1. You can use the Thrm button for rotate the parameter.
> 2. May be, you change this attribute in circle with the THRM-Form.
> 1. If it is possible, we should it make backward compatible.
> 2. We need a option per via tho disable several layers.
I mean, can you have a via between *any* two layers, or just specific
layers according to how the fab builds the board? Can you stack blind
vias over each other? If so, how does the user know which via is
selected?
It's one thing to say "we'll use a tool", it's another to think
through *how* we'll use the tool, and if that covers all the things we
need.
> > * What about DRC, optimizers, autorouters, and exporters? Do they
> > need changes to handle them?
>
> This is the only real problem (: and hard work.
> How do you serve the Info for:
> DRC,
> autorouter,
> Lookup Connection.
Most of DRC is in find.c
autorouter is in autoroute.c
lookup connection is also find.c
Probably also need to worry about crosshair.c (for auto-drc) and djopt
(optimizer).
And, obviously, draw.c and the exporters :-)
- Raw text -