X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 18 Mar 2015 13:31:42 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] pcb alternatives In-Reply-To: <20150318120036.GI53586@cicely7.cicely.de> Message-ID: References: <5508413E DOT 4000405 AT ecosensory DOT com> <46050a0c DOT 619 DOT 14c2850d052 DOT Webtop DOT 45 AT optonline DOT net> <20150318120036 DOT GI53586 AT cicely7 DOT cicely DOT de> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 18 Mar 2015, Bernd Walter wrote: > On Wed, Mar 18, 2015 at 07:50:36AM +0100, Bernhard Kraft wrote: >> Hi, >> >> On Tue, Mar 17, 2015 at 8:17 PM, ?????????????????? ???????????? wrote: >>> Bernhard Kraft, can I see your make scripts? >> >> Here it is: >> https://gist.github.com/kraftb/9765e93862562c2d6c4a >> >> I use the prefix "tom-" for all my designs (means "think-open module") >> and then an appropriate city name. "tom-alexandria" is a project for >> having a SD-card ext2 filesystem module with I2C/SPI interface doing >> all the low level SD and ext2 stuff. A microcontroller could then do >> fopen/read/write/seek stuff on filehandles. > > I also use my own set of footprints. > The reason is that footprints need to be compatible with the production > technology. > When you run with solder paste, stencil, oven, be capable to position > precisely enough, then you can go with short pads. > For soldering with iron, or if you are not very expirienced with hot air > repair you better go with long pads. > The structure is still a mess and very often I just run an editor to > extract footprints from known good older designs. This could be done by having multiple libs. This makes it easy for the user if there is a single process: just install the lib you are going to use. Of course if you need multiple processes you'll need to do some more, which is extra cost on advanced users. However, "easy for the simple cases and more work required for advanced cases" is a good balance imo. An alternativ is what some parts of the pcb default lib does (or did?): prefix/suffix in the name of the footprint. I don't have PCB on this amchine at the moment but I have some faint memory of 1206-like smd footprints with the "N" suffix for normal, and two other suffices for thin and thick pad. Regards, Igor2