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

gEDA-user: pcb export eps bottom silk



Hello List,

I try to export the TOP and BOTTOM eps files from the pcb and it's very
strange the top eps with silk are great but the bottom silk are always
the top silk ? 

Is there a hint to export the bottom silk ?

here my script:

pcb -x eps --element-color '#000000' \
 --pin-color '#cccccc' \
 --layer-color-1 '#ffffff' \
 --layer-color-2 '#ffffff' \ 
 --layer-color-3 '#ffffff' \
 --layer-stack "solder,silk" \
 --eps-file "BOTTOM-$PROJECT_NAME.eps" \ 
 --as-shown $PROJECT_NAME.pcb

pcb -x eps --element-color '#000000' \
 --pin-color '#cccccc' \
 --layer-color-1 '#ffffff' \
 --layer-color-2 '#ffffff' \
 --layer-color-3 '#ffffff' \
 --layer-stack "component,silk" \
 --eps-file "TOP-$PROJECT_NAME.eps" \
 --as-shown $PROJECT_NAME.pcb

thanxs a lot

best regards

Michael



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