kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #05600
Re: exploiting human readability
> The parts_list concept is not dissimilar to what we are doing now. What
> I'd like to see different though is all the *schematic instances*, be
> simplified and limited.
>
>
> Looking something like this conceptually:
>
> (part uses PLID REFERENCE_DESIGNATOR
> (loc X Y)
> (angle 0)
> )
>
(part REFDES is PLID
(at X Y)
(rot 0) # make this optional, defaulting to zero
)
Then that can become:
(part REFDES is PLID (at X Y) )
Boiled down to near vapor now.
Not to be confused with vaporware.
Dick
Follow ups
References