Re: gEDA-user: Questions on downloading and installing gnucap and gwave

2007-11-17 Thread al davis
On Friday 16 November 2007, Robert Butts wrote: > When extracting gwave, should I extract it to: usr/share/? No. When you unpack a source tarball, do it in a place you can work on it, not a public place like /usr/share. Usually, you do "./configure" then "make". Then try it where it is. To i

gEDA-user: Text on PCB

2007-11-17 Thread Ian Chapman
Hi, I looked up test in the documents and it said " How can I change the default size of floating text? Put (text-size 10) into your gschemrc and replace “10” with your favorite size. " In ubuntu Feist Fawn I found in /etc/gEDA/system-gschemrc and I changed it to 18 and restarted PCB,

Re: gEDA-user: Text on PCB

2007-11-17 Thread Stuart Brorson
Using the gschemrc you have changed the size of the text for gschem, the schematic capture editor, not for PCB, the layout program. Gschem and PCB are two separate programs, and they use two different RC files. If you are using the GTK version of PCB, try editing $HOME/.pcb/preferences. Cheers,

gEDA-user: Gnd plan size

2007-11-17 Thread Ian Chapman
Hi again, I need to tweak the size of my ground plane. It is not locked and I can move it Horizontal and vertical but I am not able to figure out how to keep the top left corner where I put it and move bottom right. Any suggestions most welcome. Regards Ian. __

gEDA-user: Text sixe

2007-11-17 Thread Ian Chapman
Thanks Steward, guess I was not thinking. I only need to change the size of the PCB name and number that I typed in. I will look at .pcb/preferences. I guess with messing about with the mail list I have managed to drop off getting the replies. Regards Ian. Using the gs

Re: gEDA-user: Gnd plan size

2007-11-17 Thread DJ Delorie
You should be able to use the move tool to move the corners, but you may need to turn on "any direction lines" to move them wherever you want. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: Maximum line width in pcb?

2007-11-17 Thread Kai-Martin Knaak
On Mon, 12 Nov 2007 19:28:08 +, Peter Clifton wrote: > On Mon, 2007-11-12 at 13:05 -0500, DJ Delorie wrote: >> > Is there a reason for the maximum line width in pcb set to 250pt? >> >> Probably not. > > If anyone commits a fix for this, can they also remove the via size > limit. Yes, sometim

Re: gEDA-user: Maximum line width in pcb?

2007-11-17 Thread DJ Delorie
I think the max/min were originally designed to help set up sliders for those variables. Since we use text boxes now, I don't think we even *need* these limits. Patch applied. Thanks! ___ geda-user mailing list geda-user@moria.seul.org http://www.se

Re: gEDA-user: Maximum line width in pcb?

2007-11-17 Thread Steven Michalske
Sliders for exact diamentions how cute :-) On Nov 17, 2007, at 5:36 PM, DJ Delorie <[EMAIL PROTECTED]> wrote: > > I think the max/min were originally designed to help set up sliders > for those variables. Since we use text boxes now, I don't think we > even *need* these limits. > > Patch appl