[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Print layout to a file in PCB



Peter Clifton wrote:

>>    Can someone tell me how to do this?
> 
> File -> Export Layout... -> PS (or PNG etc..)
> 

Or from the command line:

pcb -x eps foobar.pcb


with options:

pcb -x eps \
  --action-string 'DISPLAY(NameOnPCB)' \
  --element-color '#000000' \
  --pin-color '#cccccc' \
  --layer-color-1 '#ffffff' \
  --layer-color-2 '#ffffff' \
  --layer-color-3 '#ffffff' \
  --as-shown  \
  --layer-stack "outline,comment,elements,top" \
  --eps-file "/tmp/out_ref.eps" \
  foobar.pcb


---<)kaimartin(>---
-- 
Kai-Martin Knaak
Email: kmk@xxxxxxxxxxxxxxx
Ãffentlicher PGP-SchlÃssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53



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