Re: gEDA-user: trcing with pcb design

2011-09-14 Thread Svenn Are Bjerkem
The last part of tracing is to write some kind of netlist or list of connections, which probably is pretty much the same as back-annotation. From what I find in the mailing list and the documentation, there is not very much support for this in pcb at the moment, or am I missing something. It

Re: gEDA-user: trcing with pcb design

2011-09-14 Thread DJ Delorie
PCB's netlist is readily available within pcb's innards, and easily parsable out of the *.pcb file. So far nobody's needed it so there's no command to extract it, that's all. If you have a specific format you need it in, your best choice is to write an exporter for it, then you can extract it

Re: gEDA-user: trcing with pcb design

2011-09-14 Thread Peter Clifton
On Wed, 2011-09-14 at 16:41 -0400, DJ Delorie wrote: PCB's netlist is readily available within pcb's innards, and easily parsable out of the *.pcb file. So far nobody's needed it so there's no command to extract it, that's all. If you have a specific format you need it in, your best choice

Re: gEDA-user: trcing with pcb design

2011-09-14 Thread DJ Delorie
If you wanted to extract the as-built connectivity from a layout (possibly one without a netlist specified in the PCB file), one would have to re-construct a new netlist by tracking connectivity as per the F key to find connected copper. I would think PCB would already have one of those,

Re: gEDA-user: trcing with pcb design

2011-08-22 Thread Svenn Are Bjerkem
On 16 August 2011 10:40, Svenn Are Bjerkem svenn.bjer...@googlemail.com wrote: On 16 August 2011 00:51, DJ Delorie d...@delorie.com wrote: Currently, it's just one background image, but you could change it to load two and switch between them depending on which side of the board you're looking

Re: gEDA-user: trcing with pcb design

2011-08-16 Thread Svenn Are Bjerkem
On 16 August 2011 00:51, DJ Delorie d...@delorie.com wrote: Currently, it's just one background image, but you could change it to load two and switch between them depending on which side of the board you're looking at. This is the thing I am looking for. I'll look into the code once I manage

Re: gEDA-user: trcing with pcb design

2011-08-15 Thread Svenn Are Bjerkem
I'm in the process of upping myself to the latest git version and without having had the possibility to play with the newest dev version, I would like to ask if it is possible to have a separate background image for each layer. I am repairing a pcb with top and bottom layer with fitted components

Re: gEDA-user: trcing with pcb design

2011-08-15 Thread DJ Delorie
Currently, it's just one background image, but you could change it to load two and switch between them depending on which side of the board you're looking at. ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: trcing with pcb design

2011-06-08 Thread Peter Clifton
On Tue, 2011-06-07 at 12:56 -0400, DJ Delorie wrote: Yes, you need to specify a background PPM image. http://www.delorie.com/pcb/bg-image.html It should load PNG fine as well... (certainly the GTK HID can), and probably other formats supported by gdkpixbuf, such as JPEG. -- Peter Clifton

gEDA-user: trcing with pcb design

2011-06-07 Thread tj
Is it possible to import a bit map graphic, be it png, jpg, etc, and overlay it on a layer so you can then trace it using pcb? This way a scan acn be made of an existing pcb and accurately reproduced in pcb. tj ___ geda-user mailing list

Re: gEDA-user: trcing with pcb design

2011-06-07 Thread DJ Delorie
Yes, you need to specify a background PPM image. http://www.delorie.com/pcb/bg-image.html ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user