Re: gEDA-user: Out and In symbols in gschem & getting net names to come out in PCB

2011-05-02 Thread Kai-Martin Knaak
Colin D Bennett wrote: > +1000 for a patch to make I/O pin symbols visually clean without > requiring maintaining duplicate attributes as at present. While I am all in favor to get rid of the ":1", this is how I currently deal with net names: * For nets that jump inside a sheet I attach an attr

Re: gEDA-user: Where is pcb-20100929 for Win32 ?

2011-05-02 Thread Kai-Martin Knaak
Bob Paddock wrote: > While the links did work, when the download was completed I found a > new tab had appeared in Chrome, the browser I was using. Some kind of script silently executed behind your back? Kind of scary. > The in-your-face pictures in that tab are completely unsuitable for a > b

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Kai-Martin Knaak
John Doty wrote: >> locate -i lm317 | grep .sym >> >> should give the same result, with less consume of resources. >> Indeed "| grep .sym" should be obsolete here. > > Close, but grep treats the "." as a wildcard, I'd locate the symbols like this: locate *lm317*.sym If there is no wildcard c

Re: gEDA-user: Out and In symbols in gschem & getting net names to come out in PCB

2011-05-02 Thread Colin D Bennett
On Mon, 02 May 2011 01:49:57 +0100 Peter Clifton wrote: > On Sun, 2011-05-01 at 19:23 -0500, David W. Schultz wrote: > > On 05/01/2011 07:01 PM, Stephen Ecob wrote: > > > Are there any gschem oldtimers around who can explain the > > > rational for the :1 requirement ? > > > If there's no good rea

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Stefan Salewski
On Mon, 2011-05-02 at 14:08 -0600, John Doty wrote: > On May 2, 2011, at 1:58 PM, Stefan Salewski wrote: > > > On Mon, 2011-05-02 at 13:49 -0600, John Doty wrote: > > > >> > >> locate .sym | grep -i lm317 > >> > > > > locate -i lm317 | grep .sym > > > > should give the same result, with less

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread John Doty
On May 2, 2011, at 2:09 PM, Rob Butts wrote: > What does | grep .sym do? In a Unix-derived command shell "a | b" runs sends the output of program "a" to program "b" as input. "grep" is a program that filters its input, yielding lines that match a pattern, in this case ".sym". Type "man grep"

Re: gEDA-user: Which LibGD am I missing?

2011-05-02 Thread Thomas Oldbury
Thanks! I got it working. On 2 May 2011 14:48, Peter Clifton <[1]pc...@cam.ac.uk> wrote: On Mon, 2011-05-02 at 13:18 +0100, Thomas Oldbury wrote: > I get this message trying to build pcb from git: >configure: error: You have requested gcode, nelma, or png HIDs but >-l

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Rob Butts
What does | grep .sym do? On Mon, May 2, 2011 at 3:58 PM, Stefan Salewski <[1]m...@ssalewski.de> wrote: On Mon, 2011-05-02 at 13:49 -0600, John Doty wrote: > > locate .sym | grep -i lm317 > locate -i lm317 | grep .sym should give the same result, with less consume

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread John Doty
On May 2, 2011, at 1:58 PM, Stefan Salewski wrote: > On Mon, 2011-05-02 at 13:49 -0600, John Doty wrote: > >> >> locate .sym | grep -i lm317 >> > > locate -i lm317 | grep .sym > > should give the same result, with less consume of resources. > Indeed "| grep .sym" should be obsolete here. Cl

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Stefan Salewski
On Mon, 2011-05-02 at 13:49 -0600, John Doty wrote: > > locate .sym | grep -i lm317 > locate -i lm317 | grep .sym should give the same result, with less consume of resources. Indeed "| grep .sym" should be obsolete here. ___ geda-user mailing li

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread John Doty
On May 2, 2011, at 1:36 PM, Rob Butts wrote: > So, how can I find those symbols? That means that if I don't use the > VDD and VSS nets I have to copy all symbols into my own symbol > directory? Wow, that is an inconvenience to say the least; especially > where I will never use VDD or VSS.

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Rob Butts
So, how can I find those symbols? That means that if I don't use the VDD and VSS nets I have to copy all symbols into my own symbol directory? Wow, that is an inconvenience to say the least; especially where I will never use VDD or VSS. There's no other way to save them in their o

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Rob Butts
The nets are in there but I suspect it's not letting save and exit the schematic because it won't let me save the symbols; which is probably why those nets are still in the netlist. On Mon, May 2, 2011 at 3:19 PM, DJ Delorie <[1]d...@delorie.com> wrote: Save the pcb file and look

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread John Doty
On May 2, 2011, at 1:18 PM, Rob Butts wrote: > I just went into each symbol in my schematic and changed the VDD:xx to > Vcc:xx and VSS:xx to GND:xx. I then save the schematic and ran > gsch2pcb and when I bring up the netlist it still has the VSS and VDD > nets. It shouldn't because no

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread DJ Delorie
Save the pcb file and look at it; near the end will be the netlist and you can search it for the mystery nets. Or look at the *.net file. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Rob Butts
I just went into each symbol in my schematic and changed the VDD:xx to Vcc:xx and VSS:xx to GND:xx. I then save the schematic and ran gsch2pcb and when I bring up the netlist it still has the VSS and VDD nets. It shouldn't because no symbol has those nets. I then went to quit the

Re: gEDA-user: Can i use geda for electric indoor installation?

2011-05-02 Thread Bert Timmerman
Hi Jonas, > -Original Message- > From: geda-user-boun...@moria.seul.org > [mailto:geda-user-boun...@moria.seul.org] On Behalf Of Jonas Stein > Sent: Saturday, April 30, 2011 3:07 PM > To: geda-u...@seul.org > Subject: gEDA-user: Can i use geda for electric indoor installation? > > i wan

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Rob Butts
The symbols for the logic came from the 4000 series logic library in gshem. I'm glad I realized this because the design wouldn't have worked. On Mon, May 2, 2011 at 2:43 PM, DJ Delorie <[1]d...@delorie.com> wrote: If you have different symbols with different names for the same n

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread DJ Delorie
If you have different symbols with different names for the same net, you'll have to rename them to all have the same net, yes. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Rob Butts
Actually, to get the GND net to tie in with the VSS net do I have to go down into each symbol in gschem and replace net=VSS:8 with net=GND:8? Same with Vcc and VDD? On Mon, May 2, 2011 at 2:21 PM, DJ Delorie <[1]d...@delorie.com> wrote: > 1. How do I set up the groups and layers i

Re: gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread DJ Delorie
> 1. How do I set up the groups and layers in preferences for 3 > signal planes and the one groub? In PCB there's no real difference between a signal plane and a power/gnd plane. Just set up any 4-layer board. > 2. Once I create the rectangle of the ground plane, how do I get > PCB to attach

gEDA-user: How to make a ground plane in PCB and attach all GND and VSS nets

2011-05-02 Thread Rob Butts
I'd like to make a 4-layer board with a ground plane that all the GND net and VSS net connect to. I've read through DJ's PCB tutorial but I'm not clear about a few things. 1. How do I set up the groups and layers in preferences for 3 signal planes and the one groub? 2. Once I c

Re: gEDA-user: Which LibGD am I missing?

2011-05-02 Thread Peter Clifton
On Mon, 2011-05-02 at 13:18 +0100, Thomas Oldbury wrote: > I get this message trying to build pcb from git: >configure: error: You have requested gcode, nelma, or png HIDs but >-lgd could not be found >however, I have installed libgd2-noxpm. I have tried to install >libgd2-dev but

Re: gEDA-user: Where is pcb-20100929 for Win32 ?

2011-05-02 Thread Bob Paddock
> Maybe these files will be helpful to somebody Thank you. > Please tell me if these links do not work. I will try to upload files again. While the links did work, when the download was completed I found a new tab had appeared in Chrome, the browser I was using. The in-your-face pictures in that

Re: gEDA-user: Which LibGD am I missing?

2011-05-02 Thread Thomas Oldbury
Oh and I forgot to mention, I'm using Ubuntu 10.04. On 2 May 2011 13:18, Thomas Oldbury <[1]toldb...@gmail.com> wrote: I get this message trying to build pcb from git: configure: error: You have requested gcode, nelma, or png HIDs but -lgd could not be found

gEDA-user: Which LibGD am I missing?

2011-05-02 Thread Thomas Oldbury
I get this message trying to build pcb from git: configure: error: You have requested gcode, nelma, or png HIDs but -lgd could not be found however, I have installed libgd2-noxpm. I have tried to install libgd2-dev but there was no installation candidate. Any help appreciated!

Re: gEDA-user: Where is pcb-20100929 for Win32 ?

2011-05-02 Thread Vaclav Peroutka
Hello all, I am sorry for the delay. I had problems not related to GEDA PCB. Here are the links: pcbinst-1.99z - http://www.unibytes.com/OuH9OEv9hbYB pcb-HEAD sources - http://www.unibytes.com/74js9DmX3X8B pcbinst is compiled on Windows with MinGW. It was real pain and I would not want to set u

Re: gEDA-user: Bug: Screenupdate on moving selected objects

2011-05-02 Thread Felix Ruoff
Thank you, it's fixed at my system, now! Am 02.05.2011 00:54, schrieb Peter Clifton: On Sun, 2011-05-01 at 22:16 +0100, Peter Clifton wrote: On Sun, 2011-05-01 at 22:55 +0200, Felix Ruoff wrote: Hello! Since commit e323e4636ef7b7239003a41ba305221bc6d9bab1 'hid/gtk: Invalidate the dam