fp2subc - convert any footprint into a pcb-rnd subcircuit
Contents
Decsription
fp2subc executes pcb-rnd in batch mode to load a footprint (typically specified in an alien format) and
save it as a native pcb-rnd subcircuit. The script is useful for mass-converting old footprint libraries.
If outfile is not specified, its name is guessed from infileName
fp2subc - convert any footprint into a pcb-rnd subcircuit
Options
--libinfile is not a path but a footprint name that should be searched in the library
-l same as --lib
--pcb-rndexepath
run exepath for invoking pcb-rnd (default is "pcb-rnd", which depends on $PATH)
-pexepath
same as --pcb-rnd
--debuggerexepath
insert exepath before pcb-rnd on the command line; useful for running the process e.g. in valgrind
-dexepath
same as --debugger
-ckey=val
pass on a -c key=val CLI config setting to pcb-rnd; useful for setting up library paths
2018-04-08 fp2subc(1)
Synposis
fp2subc[options]infile[outfile]
