Re: gEDA-user: Pin pads on only one side
On Sun, 31 Jan 2010 01:10:28 +, Phil Frost wrote: > Is there some way to instruct PCB to put a copper pad for through-hole > pins only on the bottom of the board? No. This is an aspect of the long standing feature request "user definable pad-stack". ---<(kaimartin)>--- -- Kai-Martin Knaak Öffentlicher PGP-Schlüssel: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6C0B9F53 ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
gEDA-user: Pin pads on only one side
Is there some way to instruct PCB to put a copper pad for through-hole pins only on the bottom of the board? I'm etching two sided boards, and I don't solder to the top side since it makes rework much harder. Sometimes the solder will travel down the lead and get to the top-side pad, (which never connects to anything) making it very hard to desolder. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
gEDA-user: Taking advantage of internally connected pins
I need to make a key matrix. I'm considering selecting a switch which has 4 leads (two leads per internal net): o--+--o ' / | o--+--o This appears to be a boon for the grid-style routing I need for the switch matrix. The rows can hop the columns inside the part, making everything fit on a single layer. (obviously I wouldn't do this with an IC, but it seems harmless for a switch) Anyway, if I give all pins different numbers, PCB doesn't know about the internal structure. If I give the electrically connected pins the SAME numbers then PCB thinks it needs to connect them with copper itself. If I connect them on a 'fake' layer then the autorouter works but the toporouter spins and I have to kill pcb. Any better ideas? -- Ben Jackson AD7GD http://www.ben.com/ ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
Re: gEDA-user: Gerber Editor
Krzysztof That was it! Thank You! On Sat, 2010-01-30 at 21:12 +0100, Krzysztof Kościuszkiewicz wrote: > Krzysztof ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
Re: gEDA-user: Gerber Editor
Tony, It seems that you're missing the simpleparse module. You can install it using package manager of your distribution, or download it here: http://simpleparse.sourceforge.net/ Best regards, -- Krzysztof Kościuszkiewicz "Simplicity is the ultimate sophistication" -- Leonardo da Vinci ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
Re: gEDA-user: Gerber Editor
John - Thanks for the reply - but no joy... same results. T. On Sat, 2010-01-30 at 12:29 -0600, John Griessen wrote: > Tony Radice wrote: > > Kip - > >This is actually very timely - went to get this app and tried to > > install. No Joy: Following is result: > > > > [r...@gandalf gerbmerge-1.1]# python setup.py install > > > > > > Any ideas? > > > Maybe do > t...@gandalf:gerbmerge-1.1$ python setup.py build > r...@gandalf:gerbmerge-1.1# python setup.py install > > That's a common way python builds go... > > JG ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
Re: gEDA-user: Gerber Editor
Tony Radice wrote: Kip - This is actually very timely - went to get this app and tried to install. No Joy: Following is result: [r...@gandalf gerbmerge-1.1]# python setup.py install Any ideas? Maybe do t...@gandalf:gerbmerge-1.1$ python setup.py build r...@gandalf:gerbmerge-1.1# python setup.py install That's a common way python builds go... JG -- Ecosensory Austin TX ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
gEDA-user: Gerber Editor
Kip - This is actually very timely - went to get this app and tried to install. No Joy: Following is result: [r...@gandalf gerbmerge-1.1]# python setup.py install Traceback (most recent call last): File "setup.py", line 9, in from gerbmerge.gerbmerge import VERSION_MAJOR, VERSION_MINOR File "/temp/gerbmerge-1.1/gerbmerge/gerbmerge.py", line 37, in import parselayout File "/temp/gerbmerge-1.1/gerbmerge/parselayout.py", line 28, in from simpleparse.parser import Parser ImportError: No module named simpleparse.parser [r...@gandalf gerbmerge-1.1]# Any ideas? Cheers! Tony ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
Re: gEDA-user: PCB LF patch: single "foward annotate" sch->pcb button
On Fri, 2010-01-29 at 19:33 -0500, DJ Delorie wrote: > > Since the import method is "gnetlist", I assume we don't have to make > > this a gEDA specific field. I did think (briefly) that we ought to > > name-space the sources for "Import schematics". > > What's geda-specific about import::src4 ? Nothing.. I just noted that the context of the "gnetlist" import method means that no further name-spacing is required. If it was just: import::src4 = my_circuit.sch That would be insufficient information, as "my_circuit.sch" could be anything. As I said in the previous email, I "briefly" thought we might need to name-space the field - but later realised that the context given by the "import" method sufficed. ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user