> 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


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to