gEDA-user: centroid file generation

2009-08-21 Thread Peter Baxendale
Is it possible to generate a centroid file from pcb for use by a pick
and place machine? The pcb manual and various old postings seem to
suggest you can, but I can't see how to do it.

-- 
Peter Baxendale peter.baxend...@durham.ac.uk


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: centroid file generation

2009-08-21 Thread Stefan Salewski
On Fri, 2009-08-21 at 13:37 +0100, Peter Baxendale wrote:
 Is it possible to generate a centroid file from pcb for use by a pick
 and place machine? The pcb manual and various old postings seem to
 suggest you can, but I can't see how to do it.
 

It was my feeling that gerber export does it?




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: centroid file generation

2009-08-21 Thread Stefan Salewski
On Fri, 2009-08-21 at 14:54 +0200, Stefan Salewski wrote:
 On Fri, 2009-08-21 at 13:37 +0100, Peter Baxendale wrote:
  Is it possible to generate a centroid file from pcb for use by a pick
  and place machine? The pcb manual and various old postings seem to
  suggest you can, but I can't see how to do it.
  
 
 It was my feeling that gerber export does it?
 
 

And seems that I am wrong, we may need the xy-file:

ste...@amd64-x2 ~/gEDA/DAD $ pcb --help

bom options:
 --bomfile string BOM output file
 --xyfile string  XY output file
 --xy-in-mm XY dimensions in mm instead of mils






___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: centroid file generation

2009-08-21 Thread Peter Baxendale

 And seems that I am wrong, we may need the xy-file:
 
 ste...@amd64-x2 ~/gEDA/DAD $ pcb --help
 
 bom options:
  --bomfile string   BOM output file
  --xyfile stringXY output file
  --xy-in-mm   XY dimensions in mm instead of mils

Yes indeed,

pcb -x bom --xyfile foo.txt foo.pcb

does the trick. Thanks! I'd forgotten the --help and it hadn't occurred
to me that it would be a bom option.

-- 
Peter Baxendale peter.baxend...@durham.ac.uk


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user