logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fp2subc - convert any footprint into a pcb-rnd subcircuit

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 infile

Name

       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]

See Also