1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

More work on holes: added documentation and Postscript output.

- overlap.c (inside, test_overlap): check for instance type 
- overlap.c (inside, test_overlap): support hole instances
- README: put a pointer to the GUI description at the beginning
- README, gui.html: documented role and creation of holes
- inst.h: holes can now link to pads and vice versa
- hole.c, obj.c (instantiate): connect holes with pads and apply consistency 
  checks
- postscript.c: added output for holes
- icons/hole.fig: make hatched surroundings of hole look more round



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5940 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2010-04-25 13:09:36 +00:00
parent 1dda2ac2ae
commit 6db067a90f
10 changed files with 209 additions and 17 deletions

22
README
View File

@@ -9,6 +9,11 @@ The language is constrained such that anything that can be expressed in
the textual definition also has a straightforward equivalent operation
that can be performed through the GUI.
This README describes only the footprint definition language. A
description of the GUI can be found here:
http://people.openmoko.org/werner/fped/gui.html
This work is distributed under the terms of the GNU GENERAL PUBLIC
LICENSE, Version 2:
@@ -251,6 +256,23 @@ If enclosed in a square, rounded pads form a circle.
rpad "<name>" <point-a> <point-b> [<type>]
Holes
- - -
Holes can be used for through-hole pins or for mechanical support.
In the former case, the hole must be placed inside a pad. Only one
hole per pad is allowed. Mechanical holes must be outside any pads.
Through-hole pads are always present on both sides of the board, i.e.,
when fped generates a KiCad module, the surface layers of a pad
containing a hole are propagated to the opposite side of the board.
Holes have the same shape as a rounded pad and their geometry is
defined in the same way:
hole <point-a> <point-b>
Measurements
- - - - - -