mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
- added menu item "Save" to dump the footprint to stdout
- added temporary solution for having a part name - added part name to FPD example files - reduced area in which the frame delete button responds git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5393 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
22
README
22
README
@@ -75,6 +75,14 @@ and - to a limited extent - also macros. Long lines can be split by
|
||||
ending them with a backslash. If multiple items need to be placed in a
|
||||
single line, e.g., in a macro, they can be separated with semicolons.
|
||||
|
||||
The file has the following structure:
|
||||
|
||||
frame definitions
|
||||
...
|
||||
part name
|
||||
objects
|
||||
...
|
||||
|
||||
|
||||
Geometry model
|
||||
--------------
|
||||
@@ -214,6 +222,20 @@ b: vec @(1mm, 1mm)
|
||||
meas a b 0.2 mm
|
||||
|
||||
|
||||
Part name
|
||||
- - - - -
|
||||
|
||||
The part name is a string of alphanumerical characters. Underscores are
|
||||
allowed in the part name as well.
|
||||
|
||||
part "<name>"
|
||||
|
||||
Examples:
|
||||
|
||||
part "SSOP_48"
|
||||
part "0603"
|
||||
|
||||
|
||||
Frames
|
||||
- - -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user