John Griessen wrote:
I don't have old examples....

There's always the sch2pcb script w/ a project file ...

./sch2pcb project

where sch2pcb is:

#!/bin/bash
#this script was written by John Luciani
gsch2pcb --elements-dir /path/to/footprints --use-files $@

and project is a file containing:

schematics schematicA.sch schematicB.sch
output-name out

if you're systems not finding this stuff, you can just put the sch2pcb script in the project directory. some path shenanigans will let you put in in a central location though.

pt




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

Reply via email to