Re: gEDA-user: gafrc/gschemrc ordering issue?

2010-03-31 Thread Dave N6NZ
On Mar 31, 2010, at 5:51 PM, kai-martin knaak wrote: > Dave N6NZ wrote: > >> (component-library "/Users/dave/gitrepos/gedalib/tbsymbol2") >> (define default-titleblock "tbtitle-B") > ^ > How about "tbtitle-B.sym" ? *doh* > > The component-library stanza sh

Re: gEDA-user: [ problem with the 40106 symbol ]

2010-03-31 Thread lementec fabien
Ok, I understand my mistakes... Thanks very much for helping, I will learn more about the software as well as analog electronics in general before posting more questions (actually that is why I am using ngspice :) ) Cheers, Fabien. 2010/3/31 John Doty : > > On Mar 30, 2010, at 5:39 PM, lementec

Re: gEDA-user: Two Questions

2010-03-31 Thread Stuart Brorson
Maybe you can fix the death link http://gerbv.gpleda.org/ANNOUNCEMENT-2.4.0 No, since that is a valid link but just doesn't have content behind it. The gerbv announcement really should be added at some point. That's one of my code sprint jobs. Don't let me forget. Stuart _

Re: gEDA-user: [ problem with the 40106 symbol ]

2010-03-31 Thread John Doty
On Mar 30, 2010, at 5:39 PM, lementec fabien wrote: > Hi, > > I am a very beginner using the geda toolchain, > please excuse if those are obvious errors. > > I am trying to use the 40106 hex inverter without > success in a project. OK, let's see: 1. That's a slotted symbol, intended for print

Re: gEDA-user: Two Questions

2010-03-31 Thread Ales Hvezda
[snip] >Maybe you can fix the death link > >http://gerbv.gpleda.org/ANNOUNCEMENT-2.4.0 No, since that is a valid link but just doesn't have content behind it. The gerbv announcement really should be added at some point. -Ales ___ geda-user mailing li

Re: gEDA-user: gafrc/gschemrc ordering issue?

2010-03-31 Thread kai-martin knaak
Dave N6NZ wrote: > (component-library "/Users/dave/gitrepos/gedalib/tbsymbol2") > (define default-titleblock "tbtitle-B") ^ How about "tbtitle-B.sym" ? The component-library stanza should go to gafrc, so gnetlist can find it, too. The default title block is

Re: gEDA-user: PCB Doughnut/Solder Pad Size?

2010-03-31 Thread DJ Delorie
> http://geda.seul.org/wiki/geda:pcb_tips#how_can_i_increase_the_size_of_all_pins Most PCB commands accept units (mil or mm): :ChangeSize(selectedpins,+1,mm) http://pcb.gpleda.org/pcb-cvs/pcb.html#Action-Reference So, no need to know that 1 mm is 3937 "units". ___

Re: gEDA-user: Two Questions

2010-03-31 Thread Stefan Salewski
On Wed, 2010-03-31 at 19:23 -0400, Ales Hvezda wrote: > Now fixed. Thanks, > > -Ales > Maybe you can fix the death link http://gerbv.gpleda.org/ANNOUNCEMENT-2.4.0 from http://www.gpleda.org/ "gerbv 2.4.0 released on 20100222" too. Thanks.

Re: gEDA-user: PCB Doughnut/Solder Pad Size?

2010-03-31 Thread kai-martin knaak
Chris Maness wrote: > Thanks, that worked perfectly. I added ist to the wiki: http://geda.seul.org/wiki/geda:pcb_tips#how_can_i_increase_the_size_of_all_pins ---<)kaimartin(>--- -- Kai-Martin Knaak Öffentlicher PGP-Schlüssel: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6C0B9F53 _

Re: gEDA-user: Two Questions

2010-03-31 Thread Ales Hvezda
[snip] > I must have forgotten to ask this question: Where and how can I get >the latest release of gschem (1.6.1) - as apparently the link I use has >only 1.6.0: http://www.gpleda.org/sources.html Now fixed. Thanks, -Ales __

gEDA-user: gafrc/gschemrc ordering issue?

2010-03-31 Thread Dave N6NZ
I am trying to get gschem to come up with my personal title block. Seems like it should be easy. But... Here is an rc file in the project directory: (component-library "/Users/dave/gitrepos/gedalib/tbsymbol2") (define default-titleblock "tbtitle-B") If that file is named gafrc, the 'define def

gEDA-user: Two Questions

2010-03-31 Thread Tony Radice
Gentlemen - I must have forgotten to ask this question: Where and how can I get the latest release of gschem (1.6.1) - as apparently the link I use has only 1.6.0: http://www.gpleda.org/sources.html Second - When a components library is identified in the gafrc file with the following syntax:

Re: gEDA-user: gEDA/gaf release branch in git? mac build?

2010-03-31 Thread Gene Heskett
On Wednesday 31 March 2010, Peter TB Brett wrote: >On Wednesday 31 March 2010 17:06:14 John Griessen wrote: >> Peter Clifton wrote: >> > On Tue, 2010-03-30 at 15:41 -0700, Dave N6NZ wrote: >> >> I want to follow the git -- but for now on the release branch (if >> >> there is one??) not the dev head

Re: gEDA-user: gEDA/gaf release branch in git? mac build?

2010-03-31 Thread Peter TB Brett
On Wednesday 31 March 2010 17:06:14 John Griessen wrote: > Peter Clifton wrote: > > On Tue, 2010-03-30 at 15:41 -0700, Dave N6NZ wrote: > >> I want to follow the git -- but for now on the release branch (if there > >> is one??) not the dev head. > > > > Use the stable-1.6 branch in that case. Indi

Re: gEDA-user: gEDA code sprint this coming weekend (April 3rd)

2010-03-31 Thread DJ Delorie
> DJ I've not tried the new importer but if you'd provide a pointer to > instructions, I'll be glad to give it a try on the 4 boards I have > in development now. In general, the importer is best used for the "simple" case (although it supports more complex cases): If you have some schematic foo.

Re: gEDA-user: gEDA code sprint this coming weekend (April 3rd)

2010-03-31 Thread Jim
DJ Delorie wrote: It's a useful mechanism for us erstwhile gEDA developers to set aside other projects and spend some quality time concentrating on hacking and improving one or another of the gEDA tools. We'll also spend time discussing recent events affecting the project itself. For exam

Re: gEDA-user: gEDA/gaf release branch in git? mac build?

2010-03-31 Thread Dave N6NZ
On Mar 31, 2010, at 9:06 AM, John Griessen wrote: > Peter Clifton wrote: >> On Tue, 2010-03-30 at 15:41 -0700, Dave N6NZ wrote: >>> I want to follow the git -- but for now on the release branch (if there is >>> one??) not the dev head. >> Use the stable-1.6 branch in that case. Individual releas

Re: gEDA-user: gEDA/gaf release branch in git? mac build?

2010-03-31 Thread Peter Clifton
On Wed, 2010-03-31 at 11:06 -0500, John Griessen wrote: > Peter Clifton wrote: > > On Tue, 2010-03-30 at 15:41 -0700, Dave N6NZ wrote: > > > >> I want to follow the git -- but for now on the release branch (if there is > >> one??) not the dev head. > > > > Use the stable-1.6 branch in that case.

Re: gEDA-user: gEDA/gaf release branch in git? mac build?

2010-03-31 Thread John Griessen
Peter Clifton wrote: On Tue, 2010-03-30 at 15:41 -0700, Dave N6NZ wrote: I want to follow the git -- but for now on the release branch (if there is one??) not the dev head. Use the stable-1.6 branch in that case. Individual releases are tagged as well. What's the git command to list tags?

Re: gEDA-user: gEDA code sprint this coming weekend (April 3rd)

2010-03-31 Thread DJ Delorie
> It's a useful mechanism for us erstwhile gEDA developers to set > aside other projects and spend some quality time concentrating on > hacking and improving one or another of the gEDA tools. We'll also > spend time discussing recent events affecting the project itself. For example, my goal is t

Re: gEDA-user: gEDA code sprint this coming weekend (April 3rd)

2010-03-31 Thread Stuart Brorson
Hi -- Can you briefly outline what the purpose of this exercise is for those of us who are somewhat new to gEDA? Or is it one of those things, "If you have to ask, you probably aren't interested"? A code sprint is a one day gathering of developers (and other interested parties) with the purp

Re: gEDA-user: gEDA code sprint this coming weekend (April 3rd)

2010-03-31 Thread Jim
Ales Hvezda wrote: Hi, It's been a while since we had one of these, but this Saturday (April 3rd) there is going to be a gEDA code sprint at my place and on the 'net. Time wise, I'm thinking the usual of 10am to 5pm EDT (or whenever for virtual attendees). For those of you that are located in t