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 
with hooks in the GUI? This might prevent reinvented wheels. And of course,
it also improves the user experience of those who tend to adapt to what is
already there. 

---)kaimartin(---
-- 
Kai-Martin Knaak  tel: +49-511-762-2895
Universität Hannover, Inst. für Quantenoptik  fax: +49-511-762-2211 
Welfengarten 1, 30167 Hannover   http://www.iqo.uni-hannover.de
GPG key:http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmkop=get



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


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 either...
 How about inclusion of some of the more sophisticated scripts augmented 
 with hooks in the GUI? This might prevent reinvented wheels. And of course,
 it also improves the user experience of those who tend to adapt to what is
 already there. 

http://archives.seul.org/geda/user/Feb-2006/msg00656.html
   

   - Larry


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


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 outline, or to add or remove pads.

This one creates one or two columns of rectangular pads:
http://www.linetec.nl/electronics/smdmake

And this one makes a BGA footprint, with an optional outline:
http://www.linetec.nl/electronics/bgamake

If anyone thinks they're useful: enjoy. And of course comments and/or
improvements are welcome too. The most notable thing is that I decided
to use microns rather than millimeters, since floating point operations
aren't exactly bash' forte.

I also have scripts to generate a gschem symbol (two columns of pins)
based on pin names and numbers copy/pasted from PDF datasheets; another
one creates a list of nets by the same method -- but those two aren't
quite finished yet, and require some more manual editing. Still, they
saved me a huge amount of time, and also prevent errors in pin name or
number designations.
If anyone is interested in those, I'll try to complete them and put them
online as well.


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 schematic pages?
In the reference design on which this project is based (probably made in
OrCAD), those nets have double arrows, but I can't find anything similar
in gschem. So now I have quite a few nets ending in little red squares,
giving the impression that they're open-ended.
The actual connection is there, of course, so it's more of a cosmetic
issue, but I have the feeling that this is not how it's supposed to
look.

Thanks already,

Best regards,

Richard Rasker



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


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

2011-04-06 Thread Stephan Boettcher
Richard Rasker ras...@linetec.nl 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 schematic pages?
 In the reference design on which this project is based (probably made in
 OrCAD), those nets have double arrows, but I can't find anything similar
 in gschem. So now I have quite a few nets ending in little red squares,
 giving the impression that they're open-ended.
 The actual connection is there, of course, so it's more of a cosmetic
 issue, but I have the feeling that this is not how it's supposed to
 look.

You could draw a bus, and connect the nets to a bus.  The bus could be
labeled with the sheet the nets connect to.  All this is just cosmetics,
though.

-- 
Stephan 



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


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 this sort of tool must get made all the time - but not
   having net

   access to search for one I thought I'd have a go at it too :P

   On Wed, Apr 6, 2011 at 9:22 PM, Stephan Boettcher
   [1]boettc...@physik.uni-kiel.de wrote:

   Richard Rasker [2]ras...@linetec.nl 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 schematic pages?
In the reference design on which this project is based (probably made
   in
OrCAD), those nets have double arrows, but I can't find anything
   similar
in gschem. So now I have quite a few nets ending in little red
   squares,
giving the impression that they're open-ended.
The actual connection is there, of course, so it's more of a cosmetic
issue, but I have the feeling that this is not how it's supposed to
look.

 You could draw a bus, and connect the nets to a bus.  The bus could
 be
 labeled with the sheet the nets connect to.  All this is just
 cosmetics,
 though.
 --
 Stephan

   ___
   geda-user mailing list
   [3]geda-user@moria.seul.org
   [4]http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

References

   1. mailto:boettc...@physik.uni-kiel.de
   2. mailto:ras...@linetec.nl
   3. mailto:geda-user@moria.seul.org
   4. http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


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/user/dj_delorie/tools/dilpad.html


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user