Re: gEDA-user: Footprint/symbol generating scripts + question

2011-04-07 Thread Larry Doolittle
Friends - On Thu, Apr 07, 2011 at 01:52:10PM +0200, Kai-Martin Knaak wrote: > DJ Delorie wrote: > >> python. It only does SMD dual column footprints with an outline - > >> and at the moment only takes mm. > > Seems to be a popular thing to do. I did one a while ago, and mine > > wasnt the first

Re: gEDA-user: Footprint/symbol generating scripts + question

2011-04-07 Thread Kai-Martin Knaak
DJ Delorie wrote: >> python. It only does SMD dual column footprints with an outline - >> and at the moment only takes mm. > > Seems to be a popular thing to do. I did one a while ago, and mine > wasnt the first either... How about inclusion of some of the more sophisticated scripts augmented

Re: gEDA-user: Footprint/symbol generating scripts + question

2011-04-06 Thread DJ Delorie
> (having not seen this post) I created something similar yesterday in > python. It only does SMD dual column footprints with an outline - > and at the moment only takes mm. Seems to be a popular thing to do. I did one a while ago, and mine wasnt the first either... http://www.gedasymbols.org/

Re: gEDA-user: Footprint/symbol generating scripts + question

2011-04-06 Thread Geoff Swan
(having not seen this post) I created something similar yesterday in python. It only does SMD dual column footprints with an outline - and at the moment only takes mm. I'll push it to github or something like that if folks are interested. I assumed at the time that thi

Re: gEDA-user: Footprint/symbol generating scripts + question

2011-04-06 Thread Stephan Boettcher
Richard Rasker writes: > One last question: the project I'm working on has several schematic > pages, with several nets spanning multiple pages. For me, this is the > first project of this size, and I wondered about one thing: Are there > special symbols to indicate nets connected to other schem

gEDA-user: Footprint/symbol generating scripts + question

2011-04-06 Thread Richard Rasker
I'm working on a largish project involving all sorts of tiny SMD stuff, such as BGA's, connectors, ULLGA6 and similar PCB footprints. In order to save myself work, I cobbled together a few bash scripts to generate the regular pad patterns. These can be manually edited afterwards, e.g. to define an

gEDA-user: footprint attribute set to none or to unknown

2011-02-04 Thread Kai-Martin Knaak
Cite from the master attribute list: /- If the symbol does not have a footprint, then the value of footprint= should be set to none. If the footprint must be overridden in a schematic, then the value of footprint= should be set to none. If the footprint is not known, then the val

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-14 Thread Kai-Martin Knaak
On Tue, 13 Apr 2010 22:44:30 +0200, Tamas Szabo wrote: > Anyway isn't it a problem that which pad is on the top of another one? No. Composite footprints just work. In the end it is just copper to the gerber export. My most complicated is a footprint for MMIC HF apmplifiers with pads on both si

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread DJ Delorie
> Anyway isn't it a problem that which pad is on the top of another one? I hope not :-) ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread Tamas Szabo
Thanks! I tried it, and seem great. Anyway isn't it a problem that which pad is on the top of another one? /sza2 DJ Delorie wrote: Use two pads for each side - one big one for the overall shape (mask==0) and a smaller one on top of that to define the exposed area (mask==whatever). Element[""

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread DJ Delorie
Use two pads for each side - one big one for the overall shape (mask==0) and a smaller one on top of that to define the exposed area (mask==whatever). Element["" "" "" "" 0 0 0 0 0 100 ""] ( Pad[ 5905 5905 5905 15748 11811 20000 "" "1" "square,nopaste"] Pad[ 8858 8858 8858 1

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread SZABO Tamas
>> Hi, >> >> I would like to create a footprint where the pad is not in the center, and >> it is not symmetric for all sides. >> >> Is it possible somehow? >You can overlay multiple pads. Give each pad the same pin number. >(* jcl *) Yes, I did it. __

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread SZABO Tamas
Thanks, >> I would like to create a footprint where the pad is not in the center, and >> it is not symmetric for all sides. > Unfortunately not. PCB derives the solder mask from the pad and mask > clearance. The file format needs to be extended to allow for the type > of mask you would like.

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread John Luciani
2010/4/13 SZABO Tamas : > Hi, > > I would like to create a footprint where the pad is not in the center, and it > is not symmetric for all sides. > > Is it possible somehow? You can overlay multiple pads. Give each pad the same pin number. (* jcl *)

Re: gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread Duncan Drennan
> I would like to create a footprint where the pad is not in the center, and it > is not symmetric for all sides. Unfortunately not. PCB derives the solder mask from the pad and mask clearance. The file format needs to be extended to allow for the type of mask you would like. I think you might b

gEDA-user: Footprint with asymmetric solder mask

2010-04-13 Thread SZABO Tamas
Hi, I would like to create a footprint where the pad is not in the center, and it is not symmetric for all sides. Is it possible somehow? Thanks, /sza2 http://ad.adverticum.net/b/cl,1,73468,1601554,1592431/click.prm"; target="_blank">

Re: gEDA-user: Footprint blues

2009-12-20 Thread Kai-Martin Knaak
On Sat, 19 Dec 2009 12:23:19 -0700, Mike Bushroe wrote: > And speaking of trouble with gsch2pcb, every gafrc file I have > writen returns a vague error message "maybe missmatched parenthesis", ^ I remember, that this message

Re: gEDA-user: Footprint blues

2009-12-19 Thread John Doty
On Dec 19, 2009, at 12:23 PM, Mike Bushroe wrote: > Here is my ~/.gEDA/gafrc incase you can help me > figure out what I am doing wrong. > > (m4-pcbdir /usr/share/pcb/m4) > (component-library ${HOME}/gschem-sym) > (elements-dir ${HOME}/pcb-elements) > (footprint-library ./packages) > (pcbdir ./pac

gEDA-user: Footprint blues

2009-12-19 Thread Mike Bushroe
I am once again wasting hours of time fighting to find a way to get custom footprints to be recognized by the software. I keep tweaking gafrc in .gEDA, and in the project folder, and adding lines to the project file itself. At one point, I had gsch2pcb report "looking for element lithium_button_bat

Re: gEDA-user: Footprint recognition

2009-12-18 Thread Kai-Martin Knaak
On Fri, 18 Dec 2009 14:51:29 +0100, Goran Mekić wrote: > OK, another problem with footprint. I can list files that belong to > PCB package and filter out footprints, but I have no idea what to do > with macroes. For example, I've stumbled upon bridge rectifier > (http://www.gotwind.org/diy/ima

Re: gEDA-user: Footprint recognition

2009-12-18 Thread Goran Mekić
> On 16/12/09 09:57, Goran Mekić wrote: >> Is there a way to recognize what footprint I need for an element >> other >> then printing them all and comparing it to real element? Let's say >> it's 2200uF polar cap. I know it's RCY*, but how to figure out what's >> *? Thanx! >> >> > > You'll reme

Re: gEDA-user: Footprint recognition

2009-12-18 Thread Goran Mekić
> On 16/12/09 09:57, Goran Mekić wrote: >> Is there a way to recognize what footprint I need for an element >> other >> then printing them all and comparing it to real element? Let's say >> it's 2200uF polar cap. I know it's RCY*, but how to figure out what's >> *? Thanx! >> >> > > You'll reme

Re: gEDA-user: Footprint recognition

2009-12-16 Thread John Luciani
2009/12/16 Goran Meki� <[1]m...@ns-linux.org> � � Is there a way to recognize what footprint I need for an element other then printing them all and comparing it to real element? Let's say it's 2200uF polar cap. I know it's RCY*, but how to figure out what's *? Th

Re: gEDA-user: Footprint recognition

2009-12-16 Thread Link
On 16/12/09 09:57, Goran Mekić wrote: > Is there a way to recognize what footprint I need for an element other > then printing them all and comparing it to real element? Let's say > it's 2200uF polar cap. I know it's RCY*, but how to figure out what's > *? Thanx! > > You'll remember the most

gEDA-user: Footprint recognition

2009-12-16 Thread Goran Mekić
Is there a way to recognize what footprint I need for an element other then printing them all and comparing it to real element? Let's say it's 2200uF polar cap. I know it's RCY*, but how to figure out what's *? Thanx! -- FreeB(eer)S(ex)D(rugs) are the real daemons

Re: gEDA-user: Footprint requests for pcb

2009-11-24 Thread DJ Delorie
> I may be mistaken, but SC70-5 is much smaller than SOT323 (0.65mm pin > spacing instead of 0.95mm). SOT-323 is 0.65mm pitch also. It's SOT-23 that's 0.95mm. There's a SOT-523 that's 0.5mm pitch. ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: Footprint requests for pcb

2009-11-24 Thread Gabriel Paubert
On Mon, Nov 23, 2009 at 10:42:24PM -0500, DJ Delorie wrote: > > Note: the SOT416 and SC70-5 might match some of the other footprints, > like SOT-23-5 or SOT-323-t. Check the dimensions. > I may be mistaken, but SC70-5 is much smaller than SOT323 (0.65mm pin spacing instead of 0.95mm). Here is

Re: gEDA-user: Footprint requests for pcb

2009-11-24 Thread John Luciani
On Tue, Nov 24, 2009 at 3:13 AM, Anthony Shanks <[1]yamazak...@gmail.com> wrote: Sorry but can you give me a direct link? I can't find it on the site. [2]http://www.luciani.org/geda/pcb/pcb-footprint-list.html (* jcl *) -- You can't create open hardware with closed E

Re: gEDA-user: Footprint requests for pcb

2009-11-24 Thread Anthony Shanks
Sorry but can you give me a direct link? I can't find it on the site. On Mon, Nov 23, 2009 at 7:41 PM, John Luciani wrote: > >   I should have the 2.1mm jack and the SC70-5 at [1]luciani.org >   (* jcl *) > >   -- >   You can't create open hardware with closed EDA tools. >   twitter: [2]http://tw

Re: gEDA-user: Footprint requests for pcb

2009-11-24 Thread Anthony Shanks
What 2.1mm jack is this? This doesn't look like it matches the one I posted. On Mon, Nov 23, 2009 at 7:41 PM, DJ Delorie wrote: > > > Element["" "" "J?" "" 0 0 18701 -13780 0 144 ""] > ( >        Pin[-11811 0 14173 2000 14773 4300 "" "1" "edge2"] >        Pin[11811 0 14173 2000 14773 4300 "" "2"

Re: gEDA-user: Footprint requests for pcb

2009-11-23 Thread DJ Delorie
Note: the SOT416 and SC70-5 might match some of the other footprints, like SOT-23-5 or SOT-323-t. Check the dimensions. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Footprint requests for pcb

2009-11-23 Thread DJ Delorie
Element["" "" "J?" "" 0 0 18701 -13780 0 144 ""] ( Pin[-11811 0 14173 2000 14773 4300 "" "1" "edge2"] Pin[11811 0 14173 2000 14773 4300 "" "2" "edge2"] Pin[0 -18701 14173 2000 14773 4300 "" "3" "edge2"] ElementLine [-12795 17716 42323 17716 600] ElementLine

Re: gEDA-user: Footprint requests for pcb

2009-11-23 Thread John Luciani
I should have the 2.1mm jack and the SC70-5 at [1]luciani.org (* jcl *) -- You can't create open hardware with closed EDA tools. twitter: [2]http://twitter.com/jluciani blog:[3]http://www.luciani.org References 1. http://luciani.org/ 2. http://twitter.com/jluciani

gEDA-user: Footprint requests for pcb

2009-11-23 Thread Anthony Shanks
I have a few footprint requests on the list just incase someone else has already done the footprints for these and feels like sharing. 1. SOT416 2. High Density Dsub 15 3. SC70-5 4. 2.1mm power jack connector (yes I am really reaching here) - http://search.digikey.com/scripts/DkSearch/dksus.dll?ve

Re: gEDA-user: footprint help please

2009-07-19 Thread DJ Delorie
> I have a part with no vendor recommended footprint. It's called VSOP30 > pin pitch = 0.22mm +/- 0.1 > center-to-center = 0.65mm > outside-to-outside width = 7.6mm +/- 0.2mm > pin size is 0.45mm +/- 0.2mm My design rules are: * pad width for largest pin width, or more. * pads extend under the

Re: gEDA-user: footprint help please

2009-07-19 Thread Duncan Drennan
> How much pad do you need on the outside of the pin, and how much on the > inside assuming hand soldering? I used the PCB Matrix IPC calculator (MOST setting) and the recommended pads came out as, 7.2mm centre-to-centre 1.75mm pad length 0.45mm pad width Putting it through my footprint generato

Re: gEDA-user: footprint help please

2009-07-19 Thread Kai-Martin Knaak
On Sun, 19 Jul 2009 10:37:24 -0400, gene glick wrote: > I came up with this: > pad length = 2.1mm > outside-to-outside = 9.8mm > inside-to-inside = 5.6mm > > Is that reasonable? I'd say, it is ok. If I had to solder some prototypes, I'd use drag soldering rather than solder each and every pin

gEDA-user: footprint help please

2009-07-19 Thread gene glick
I have a part with no vendor recommended footprint. It's called VSOP30 pin pitch = 0.22mm +/- 0.1 center-to-center = 0.65mm outside-to-outside width = 7.6mm +/- 0.2mm pin size is 0.45mm +/- 0.2mm Here's the data sheet, see pg 30. data sheet: http://www.asahi-kasei.co.jp/akm/en/product/ak4390/ak4

Re: gEDA-user: Footprint flags for pad shapes

2009-07-17 Thread Stefan Salewski
On Fri, 2009-07-17 at 17:24 +0200, Tamas Szabo wrote: > Hello, > > I found some hint in the land patterns tutorial about the meaning of > flags for pad shape. But I realized the following: > You may compare with http://www.ssalewski.de/PcbFootprintRef.txt Let me know if something is wrong.

Re: gEDA-user: Footprint flags for pad shapes

2009-07-17 Thread Tamas Szabo
DJ Delorie wrote: >> 0x0100 -> square (match with .pdf) >> 0x0900 -> square (I found in a QFN package footprint) what shape should >> it be? >> 0x -> rounded (match with .pdf) >> 0x0800 -> rounded (the .pdf says: octogon) > > http://pcb.gpleda.org/pcb-cvs/pcb.html#Object-Flags Thanks! > >

Re: gEDA-user: Footprint flags for pad shapes

2009-07-17 Thread DJ Delorie
> 0x0100 -> square (match with .pdf) > 0x0900 -> square (I found in a QFN package footprint) what shape should > it be? > 0x -> rounded (match with .pdf) > 0x0800 -> rounded (the .pdf says: octogon) http://pcb.gpleda.org/pcb-cvs/pcb.html#Object-Flags 0x0100 -> square (vs round) 0x0800 -> oc

gEDA-user: Footprint flags for pad shapes

2009-07-17 Thread Tamas Szabo
Hello, I found some hint in the land patterns tutorial about the meaning of flags for pad shape. But I realized the following: 0x0100 -> square (match with .pdf) 0x0900 -> square (I found in a QFN package footprint) what shape should it be? 0x -> rounded (match with .pdf) 0x0800 -> rounded

Re: gEDA-user: Footprint

2009-06-17 Thread Kai-Martin Knaak
On Wed, 17 Jun 2009 19:46:19 +0100, steve short wrote: > Since I want a large number of buttons, I was trying to make one a > footprint but when I try and convert buffer to element it says it cannot > convert polygons to pins. pcb currently does not support polygons, or text in footprints. This i

Re: gEDA-user: Footprint

2009-06-17 Thread DJ Delorie
Use multiple rectangles or lines to build up your "E" shapes. Give them all the same pin number, and it just works. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

gEDA-user: Footprint

2009-06-17 Thread steve short
Hi, I'm a newbie, so not sure if I'm doing this right. I'm trying to make capacitive touch buttons on my PCB, these will be shaped like an E and an inverted E together. Since I want a large number of buttons, I was trying to make one a footprint but when I try and convert buffer to element it says

Re: gEDA-user: Footprint mass placement from .csv

2009-05-11 Thread Peter Clifton
On Mon, 2009-05-11 at 20:05 +0200, Tamas Szabo wrote: > Peter Clifton wrote: > > On Wed, 2009-04-29 at 11:55 +0200, SZABO Tamas wrote: > >> Hi, > >> > >>I need to create a (we call) pinboard (I heard also bed-of-nails) to > >>functional test of out product's PCB. > >> > >>For this purpo

Re: gEDA-user: Footprint mass placement from .csv

2009-05-11 Thread Tamas Szabo
Peter Clifton wrote: > On Wed, 2009-04-29 at 11:55 +0200, SZABO Tamas wrote: >> Hi, >> >>I need to create a (we call) pinboard (I heard also bed-of-nails) to >>functional test of out product's PCB. >> >>For this purpose I plan to use a script, which gets the coordinates, >>footprint

Re: gEDA-user: Footprint mass placement from .csv

2009-05-11 Thread Peter Clifton
On Wed, 2009-04-29 at 11:55 +0200, SZABO Tamas wrote: > Hi, > >I need to create a (we call) pinboard (I heard also bed-of-nails) to >functional test of out product's PCB. > >For this purpose I plan to use a script, which gets the coordinates, >footprint name, etc. from a suitable

gEDA-user: Footprint mass placement from .csv

2009-04-29 Thread SZABO Tamas
Hi, I need to create a (we call) pinboard (I heard also bed-of-nails) to functional test of out product's PCB. For this purpose I plan to use a script, which gets the coordinates, footprint name, etc. from a suitable formatted file (ex.: some kind of .csv). I just would lik

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread Eric Brombaugh
DJ Delorie wrote: > Hmmm... you might want to look in src/draw.c and see if you can bypass > the whole mask drawing operation when the mask size is zero, then. > "Patches welcome" :-) I'll put that on the to-do list & deal with the notches for now. Thanks! Eric

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread DJ Delorie
Hmmm... you might want to look in src/draw.c and see if you can bypass the whole mask drawing operation when the mask size is zero, then. "Patches welcome" :-) ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/list

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread Bdale Garbee
On Thu, 2009-01-08 at 19:18 -0500, DJ Delorie wrote: > > I wonder if a couple of overlapping pads would work. > > That's what I did. One pad for the copper extent, and a set of > smaller pads to define the paste and mask. You just have to number > them all the same. I recently did a totally wha

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread Eric Brombaugh
DJ Delorie wrote: > Edit the file with a text editor and change it to zero. That's what I've been doing. Here's what the pads lines look like: # Back copper pad with full mask: 7.8x3.4mm Pad[ 0 -8660 0 8660 13385 0 0 "25" "25" 0x0100] # exposed copper on top: 3.4x4.48mm Pad[ 0 -4

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread DJ Delorie
Edit the file with a text editor and change it to zero. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread Eric Brombaugh
DJ Delorie wrote: >> I wonder if a couple of overlapping pads would work. > > That's what I did. One pad for the copper extent, and a set of > smaller pads to define the paste and mask. You just have to number > them all the same. Thanks - I'm coming close to a solution this way. The trouble is

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread DJ Delorie
> I wonder if a couple of overlapping pads would work. That's what I did. One pad for the copper extent, and a set of smaller pads to define the paste and mask. You just have to number them all the same. ___ geda-user mailing list geda-user@moria.se

Re: gEDA-user: Footprint with thermal paddle

2009-01-08 Thread John Luciani
On Thu, Jan 8, 2009 at 6:48 PM, Eric Brombaugh wrote: > Hi, > > I'm using a high-power TSSOP24 that needs a thermal paddle under it. The > unusual thing about this is that the recommended solder mask on the > paddle has less clearance in the X direction than in the Y direction. > How would one do

gEDA-user: Footprint with thermal paddle

2009-01-08 Thread Eric Brombaugh
Hi, I'm using a high-power TSSOP24 that needs a thermal paddle under it. The unusual thing about this is that the recommended solder mask on the paddle has less clearance in the X direction than in the Y direction. How would one do this in PCB? MFG dimensions for the pad are 3.4 x 7.8 mm, whil

Re: gEDA-user: footprint too large

2008-11-05 Thread Duncan Drennan
> How can I do it ? You could increase the board size (File -> Preferences -> Sizes) and add an outline layer (File -> Preferences -> Layers) named "outline". Draw the board outline on the outline layer and move everything so that there is some space around the board. You can then have a footprint

gEDA-user: footprint too large

2008-11-05 Thread Patrick Dupre
Hello, I have components (typically a RCY200) whose footprint is larger than the physics shape and I would like in pcb to move it a bit out of the print board, ie the connections of course will stay on the print board bu the footprint (the round shape) could go a bit off. How can I do it ? thank

Re: gEDA-user: footprint

2008-11-03 Thread Martin Maney
On Mon, Nov 03, 2008 at 07:42:56PM +, Peter Clifton wrote: > Either teach gsch2pcb to spot these and complain (short term), or in the Absolutely. It should always have done that. :-/ > Bonus points for some heuristic which can spot if the PCB file obviously > just contains one element, and

Re: gEDA-user: footprint

2008-11-03 Thread Patrick Dupre
Thank On Mon, Nov 03, 2008 at 07:33:42PM +, Patrick Dupre wrote: In fact the error is due to the what is inside my.fp file: FileVersion[20070407] That's a .pcb. A footprint doesn't have all those headers. You need to open that file as a .pcb, copy your element to a buffer and save tha

Re: gEDA-user: footprint

2008-11-03 Thread Peter Clifton
On Mon, 2008-11-03 at 19:33 +, Patrick Dupre wrote: > Hello, > > I probably made some thing wrong when I createdmy own footprint because > pcb is not happy: my board.pcb generates an error. > In fact the error is due to the what is inside my.fp file: > > FileVersion[20070407] > > PCB["" 7900

Re: gEDA-user: footprint

2008-11-03 Thread Ben Jackson
On Mon, Nov 03, 2008 at 07:33:42PM +, Patrick Dupre wrote: > In fact the error is due to the what is inside my.fp file: > > FileVersion[20070407] That's a .pcb. A footprint doesn't have all those headers. You need to open that file as a .pcb, copy your element to a buffer and save that as a

Re: gEDA-user: footprint

2008-11-03 Thread DJ Delorie
> Obviously this file has been generated by pcb, This file *is* a pcb, not a footprint. When you load a footprint with pcb, you can't just do "File->Save" and get a footprint. It initially loads the footprint onto a blank board, and you end up saving the whole board. > Is their an otion to gen

gEDA-user: footprint

2008-11-03 Thread Patrick Dupre
Hello, I probably made some thing wrong when I createdmy own footprint because pcb is not happy: my board.pcb generates an error. In fact the error is due to the what is inside my.fp file: FileVersion[20070407] PCB["" 79000 91001] Grid[1000.00 0 0 0] Cursor[0 0 0.00] PolyArea[2

Re: gEDA-user: footprint request: mini-fit 4P

2008-08-24 Thread Levente Kovacs
On Sat, 23 Aug 2008 09:22:26 +0200 (CEST) Igor2 <[EMAIL PROTECTED]> wrote: > Hi, > > does anyone have PCB footprint for mini-fit 4P connector? Well... mini-fit 8P. It should be straight forward to generate a 4 pin version. http://logonex.eu/cgi-bin/viewvc/viewvc.cgi/levalib/mini_fit_8.fp?view=l

Re: gEDA-user: footprint request: mini-fit 4P

2008-08-23 Thread Igor2
On Sat, 23 Aug 2008, Darrell Harmon wrote: >I am not sure your request is specific enough. I have attached the >footprint for a Molex Mini Fit Jr 2x2 pin straight header which I >assume may be what you are looking for. This is the same connector as >the PC motherboard 12V power connector. > >Darre

Re: gEDA-user: footprint request: mini-fit 4P

2008-08-23 Thread Darrell Harmon
I am not sure your request is specific enough. I have attached the footprint for a Molex Mini Fit Jr 2x2 pin straight header which I assume may be what you are looking for. This is the same connector as the PC motherboard 12V power connector. Darrell Harmon On Sat, Aug 23, 2008 at 2:22 AM, Igor2

gEDA-user: footprint request: mini-fit 4P

2008-08-23 Thread Igor2
Hi, does anyone have PCB footprint for mini-fit 4P connector? TIA Igor2 ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Footprint Help: 156 in. Edge Connectors

2008-08-09 Thread DJ Delorie
Vanessa has one on gedasymbols, but it's 0.100 spacing. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

gEDA-user: Footprint Help: 156 in. Edge Connectors

2008-08-09 Thread phil
Does anyone have an example footprint for a .156 spaced (or other) gold-plated card-edge connector they'd be willing to share? Thanks for the help. Phil ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo

Re: gEDA-user: Footprint creation manual

2008-07-17 Thread phil
> It's been a while since I've been on gEDA. I can't find any documentation > on creating footprints for PCB. You gotta see the PCB footprint creation document ... in pdf: http://www.brorson.com/gEDA/land_patterns_20070818.pdf and odf: http://www.brorson.com/gEDA/land_patterns_20070818.odf Phi

Re: gEDA-user: Footprint creation manual

2008-07-15 Thread Stefan Salewski
>I can't get Stuart's links to open. This led me to post this. OK -- his page seems to be not available currently. Here is a temporary copy: http://www.ssalewski.de/tmp/ http://www.ssalewski.de/tmp/land_patterns_20070818.pdf ___ geda-user mailing

Re: gEDA-user: Footprint creation manual

2008-07-15 Thread Robert Butts
I can't get Stuart's links to open. This led me to post this. On Tue, Jul 15, 2008 at 3:01 PM, Stefan Salewski <[EMAIL PROTECTED]> wrote: > Robert Butts wrote: > >It's been a while since I've been on gEDA. I can't find any > >documentation on creating footprints for PCB. > > >Little help? > > >

Re: gEDA-user: Footprint creation manual

2008-07-15 Thread Stefan Salewski
Robert Butts wrote: >It's been a while since I've been on gEDA. I can't find any >documentation on creating footprints for PCB. >Little help? >Rob See http://www.brorson.com/gEDA/ http://www.brorson.com/gEDA/land_patterns_20070818.pdf Its a technical documentation for creating footprints wi

Re: gEDA-user: Footprint creation manual

2008-07-15 Thread John Luciani
On Tue, Jul 15, 2008 at 1:00 PM, Robert Butts <[EMAIL PROTECTED]> wrote: > It's been a while since I've been on gEDA. I can't find any documentation > on creating footprints for PCB. > > Little help? > > Rob > > I have a Perl library and some example programs at http://www.luciani.org/geda/geda-i

gEDA-user: Footprint creation manual

2008-07-15 Thread Robert Butts
It's been a while since I've been on gEDA. I can't find any documentation on creating footprints for PCB. Little help? Rob ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Footprint silkscreen issues

2008-05-05 Thread Kai-Martin Knaak
On Mon, 05 May 2008 11:13:07 -0700, Eric Brombaugh wrote: > You can be sure that I'll be more careful in reviewing the library > elements before I use them in the future though! Beware of my footprints in http://www.gedasymbols.org/user/kai_martin_knaak/ Graphics should not overlap with

Re: gEDA-user: Footprint silkscreen issues

2008-05-05 Thread Eric Brombaugh
John Luciani wrote: > On Mon, May 5, 2008 at 1:44 AM, Eric Brombaugh <[EMAIL PROTECTED]> wrote: >> If silkscreen on the pads isn't an issue in today's manufacturing >> processes, that would be good to know as well. > > It may not be an issue with your PCB fabricator. You need to ask. > > I make

Re: gEDA-user: Footprint silkscreen issues

2008-05-05 Thread John Luciani
On Mon, May 5, 2008 at 1:44 AM, Eric Brombaugh <[EMAIL PROTECTED]> wrote: > If silkscreen on the pads isn't an issue in today's manufacturing > processes, that would be good to know as well. It may not be an issue with your PCB fabricator. You need to ask. I make my footprints with 10mils of cl

Re: gEDA-user: Footprint silkscreen issues

2008-05-05 Thread Dylan Smith
On Sun, 4 May 2008, Eric Brombaugh wrote: > Since these footprints comprise about 80% of my design overall, I > imagine I'm going to be spending a lot of time correcting these issues > with custom footprints of my own. You may be able to correct them with a script - if I have an issue turn up aft

gEDA-user: Footprint silkscreen issues

2008-05-04 Thread Eric Brombaugh
Hi, I was just doing a final review on a board that I built in gschem/PCB using (mostly) footprints out of the default library and saw what appears to be a serious shortcoming. The following footprints have silkscreen that overlaps the pads - something I've been told by experienced board d

Re: gEDA-user: footprint critique request

2008-05-01 Thread John Luciani
On Thu, May 1, 2008 at 7:58 PM, John Luciani <[EMAIL PROTECTED]> wrote: > On Thu, May 1, 2008 at 5:11 PM, David Griffith <[EMAIL PROTECTED]> wrote: > > On Thu, 1 May 2008, John Luciani wrote: > > [snip] > > > > > IIRC the lug could be done with a call to &place_pin with a different > > > rad

Re: gEDA-user: footprint critique request

2008-05-01 Thread John Luciani
On Thu, May 1, 2008 at 5:11 PM, David Griffith <[EMAIL PROTECTED]> wrote: > On Thu, 1 May 2008, John Luciani wrote: > [snip] > > > IIRC the lug could be done with a call to &place_pin with a different > > radius and angle. > > Those loops you listed did the trick. I altered the data section to

Re: gEDA-user: footprint critique request

2008-05-01 Thread John Luciani
On Thu, May 1, 2008 at 6:03 PM, David Griffith <[EMAIL PROTECTED]> wrote: > On Thu, 1 May 2008, John Luciani wrote: > [big snip] > > Another question -- The pins on these rotary switches are numbered > clockwise rather than anticlockwise as on chips. How would I start on > adding such an optio

Re: gEDA-user: footprint critique request

2008-05-01 Thread David Griffith
On Thu, 1 May 2008, John Luciani wrote: [big snip] Another question -- The pins on these rotary switches are numbered clockwise rather than anticlockwise as on chips. How would I start on adding such an option? -- David Griffith [EMAIL PROTECTED] __

Re: gEDA-user: footprint critique request

2008-05-01 Thread David Griffith
On Thu, 1 May 2008, John Luciani wrote: [snip] > IIRC the lug could be done with a call to &place_pin with a different > radius and angle. Those loops you listed did the trick. I altered the data section to better suit what I'm up to and added all the silks. The result is at the bottom of my pag

Re: gEDA-user: footprint critique request

2008-05-01 Thread John Luciani
On Thu, May 1, 2008 at 2:22 PM, David Griffith <[EMAIL PROTECTED]> wrote: > > On Wed, 30 Apr 2008, John Luciani wrote: > > > On Wed, Apr 30, 2008 at 7:48 PM, DJ Delorie <[EMAIL PROTECTED]> wrote: > > > > > Note: radial layouts like this really want to be done by a perl script > > > or other p

Re: gEDA-user: footprint critique request

2008-05-01 Thread David Griffith
On Wed, 30 Apr 2008, John Luciani wrote: > On Wed, Apr 30, 2008 at 7:48 PM, DJ Delorie <[EMAIL PROTECTED]> wrote: > > > Note: radial layouts like this really want to be done by a perl script > > or other program, which can position the pins more precisely. > > I could not agree more ;-) > > I ha

Re: gEDA-user: footprint critique request

2008-04-30 Thread Bert Timmerman
On Wed, 2008-04-30 at 16:23 -0700, David Griffith wrote: > Could I get someone to take a look at a footprint I made? It's at > http://www.gedasymbols.org/user/david_griffith/footprints/rotary-switch.fp > and is intended to accept most typical 12-position rotary switches. In > particular, it's for

Re: gEDA-user: footprint critique request

2008-04-30 Thread DJ Delorie
> > The default location for the refdes interferes with the other silk; > > better to move it just below pins 6/7 > > I'm not sure how to deal with that in footprint files. When you're creating the footprint, after you convert it but before you save it, name it "X123" or something. Move and siz

Re: gEDA-user: footprint critique request

2008-04-30 Thread David Griffith
On Wed, 30 Apr 2008, DJ Delorie wrote: Some more questions: > The default location for the refdes interferes with the other silk; > better to move it just below pins 6/7 I'm not sure how to deal with that in footprint files. > You should use the Attribute() syntax to include copyright and > aut

Re: gEDA-user: footprint critique request

2008-04-30 Thread DJ Delorie
> I see. That off-by-one might have been caused by my making circles from > arcs. So, should I start an arc from 0 to 90 degrees (upper right > corner), then tune by hand? That's what I do. Make one arc on-grid, then fiddle with the angles manually. That also lets you make arcs that don't sta

Re: gEDA-user: footprint critique request

2008-04-30 Thread David Griffith
On Wed, 30 Apr 2008, DJ Delorie wrote: > Some quick comments: > > Your holes are 35 mil, the spec says 59 mil > > Inner ring is 0.28in diam, spec says 0.30in > > Outer ring is 0.824-0.848in diam, spec says 0.87in. I expected errors of this sort. > Note: radial layouts like this really want to be

Re: gEDA-user: footprint critique request

2008-04-30 Thread John Luciani
On Wed, Apr 30, 2008 at 7:48 PM, DJ Delorie <[EMAIL PROTECTED]> wrote: > Note: radial layouts like this really want to be done by a perl script > or other program, which can position the pins more precisely. I could not agree more ;-) I have a script that creates a footprint for a Belton VT8 t

Re: gEDA-user: footprint critique request

2008-04-30 Thread DJ Delorie
Some quick comments: Your holes are 35 mil, the spec says 59 mil Inner ring is 0.28in diam, spec says 0.30in Outer ring is 0.824-0.848in diam, spec says 0.87in. Note: radial layouts like this really want to be done by a perl script or other program, which can position the pins more precisely.

Re: gEDA-user: footprint critique request

2008-04-30 Thread John Luciani
On Wed, Apr 30, 2008 at 7:23 PM, David Griffith <[EMAIL PROTECTED]> wrote: > > Could I get someone to take a look at a footprint I made? It's at > http://www.gedasymbols.org/user/david_griffith/footprints/rotary-switch.fp > and is intended to accept most typical 12-position rotary switches. In

gEDA-user: footprint critique request

2008-04-30 Thread David Griffith
Could I get someone to take a look at a footprint I made? It's at http://www.gedasymbols.org/user/david_griffith/footprints/rotary-switch.fp and is intended to accept most typical 12-position rotary switches. In particular, it's for a Lorlin CK1046. The data sheet may be found here: http://www.

gEDA-user: Footprint Updates at luciani.org

2008-04-25 Thread John Luciani
* Corrected the silkscreen body on AMP 102979 and 103149 series connectors. The outside edge of the body is 140mils from the center of the first pin row. I mistakenly set the inside edge of the body to 140mils from the center of the first pin row. * Added footprint for solder jumpers JMP_SLD

  1   2   >