1
0
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:
werner
2009-08-06 06:54:41 +00:00
parent b5dd18c564
commit 995aa4ca04
11 changed files with 134 additions and 14 deletions

22
README
View File

@@ -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
- - -