X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 11 Jun 2015 14:15:18 +0200 (CEST) From: Roland Lutz To: geda-user AT delorie DOT com Subject: [geda-user] Arthropodic footprint generator Message-ID: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi! I've created a footprint generator for components that "look like arthropods" (e.g, DIP packages or pin headers). See here for an example: http://hedmen.org/arthropods.png Features: - pins are optionally combined with solder side, no-paste pads which allow to create "oval pins" (this is useful for hand-soldered parts if you need more space between the individual pins) - support for various silk styles is built in (SIP, DIP, pin headers/jumpers, JAE, PS, WSL, PSL) - all parameters can be configured independently - parameters are optionally read from a configuration file The footprint generator is a single Python file which can run directly from the repository. You can find the source code here (including some example configuration files and footprints): https://github.com/rlutz/arthropods Roland