mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
Made life in mil-land a little less painful.
- .fpd file format: new directive "unit" to set the default unit - new selection was too aggressive - make it only rearrange settings if we also fail the second vector search - gui_draw_pad_text: calculation of height vs. width lost too much precision, causing pad text to be rotated arbitrarily - drag_new_vec: display distance in mil if unit is mil - end_new_raw_vec: store distance in mil if unit is mil - gridify: use a 10 mil grid if unit is mil - ps_hline: corrected gsave/grestore mismatch - Makefile: made "all" a prerequisite of "install" - Postscript output now mentions the default unit (if set) - ps_package: height and width were swapped, oopsie ! git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5525 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
10
README
10
README
@@ -90,6 +90,7 @@ The file has the following structure:
|
||||
frame definitions
|
||||
...
|
||||
package name
|
||||
unit
|
||||
objects
|
||||
...
|
||||
|
||||
@@ -125,6 +126,15 @@ set b = 10*1mm
|
||||
|
||||
All values used as dimensions must be either mm or mil.
|
||||
|
||||
The default unit can be set with one of the following directives:
|
||||
|
||||
unit mm
|
||||
unit mil
|
||||
unit auto
|
||||
|
||||
When saving a footprint definition, the default unit is set to the
|
||||
unit set in the GUI.
|
||||
|
||||
|
||||
Vectors
|
||||
- - - -
|
||||
|
||||
Reference in New Issue
Block a user