2016-03-22 02:57:01 +02:00
|
|
|
.TH FPED: "1" "March 2016"
|
2010-10-12 18:44:21 +03:00
|
|
|
.SH NAME
|
|
|
|
fped \- Footprint editor
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.TP
|
2010-10-13 19:15:40 +03:00
|
|
|
.B fped
|
2016-12-04 01:40:34 +02:00
|
|
|
[\-1 package] [\-g] [\-k] [\-l]
|
2016-03-22 02:57:01 +02:00
|
|
|
[\-p|\-P [\-K] [\-m] [\-s scale]]
|
|
|
|
[\-T [\-T]] [cpp_option ...] [in_file [out_file]]
|
2010-10-12 18:44:21 +03:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
2010-10-13 19:15:40 +03:00
|
|
|
.B fped
|
|
|
|
is an editor that allows the interactive creation of footprints of
|
2010-10-12 18:44:21 +03:00
|
|
|
electronic components. Footprint definitions are stored in a text format
|
|
|
|
that resembles a programming language.
|
|
|
|
The language is constrained such that anything that can be expressed in
|
|
|
|
the textual definition also has a straightforward equivalent operation
|
|
|
|
that can be performed through the GUI.
|
|
|
|
A description of the GUI can be found here:
|
2011-07-28 12:37:08 +03:00
|
|
|
http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
2010-10-12 18:44:21 +03:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2016-03-22 02:57:01 +02:00
|
|
|
\fB\-1\fR package
|
|
|
|
output only the specified package
|
|
|
|
.TP
|
|
|
|
\fB\-g\fR
|
|
|
|
write gnuplot output, then exit
|
|
|
|
.TP
|
2010-10-12 18:44:21 +03:00
|
|
|
\fB\-k\fR
|
|
|
|
write KiCad output, then exit
|
|
|
|
.TP
|
2016-12-04 01:40:34 +02:00
|
|
|
\fB\-l\fR
|
|
|
|
list package names, then exit
|
|
|
|
.TP
|
2016-03-22 02:57:01 +02:00
|
|
|
\fB\-K\fR
|
|
|
|
show the pad type key (for \fB\-P\fR)
|
|
|
|
.TP
|
|
|
|
\fB\-m\fR
|
|
|
|
do not show measurements
|
|
|
|
.TP
|
2010-10-12 18:44:21 +03:00
|
|
|
\fB\-p\fR
|
|
|
|
write Postscript output, then exit
|
|
|
|
.TP
|
|
|
|
\fB\-P\fR
|
|
|
|
write Postscript output (full page), then exit
|
|
|
|
.TP
|
|
|
|
\fB\-s\fR scale
|
|
|
|
scale factor for \fB\-P\fR (default: auto\-scale)
|
2016-03-22 02:57:01 +02:00
|
|
|
.br
|
|
|
|
Instead of a scale factor, the maximum width and/or height (in millimeters)
|
|
|
|
can be specified: [width]\fBx\fR[height]
|
2010-10-12 18:44:21 +03:00
|
|
|
.TP
|
|
|
|
\fB\-T\fR
|
|
|
|
test mode. Load file, then exit
|
|
|
|
.TP
|
|
|
|
\fB\-T\fR \fB\-T\fR
|
|
|
|
test mode. Load file, dump to stdout, then exit
|
|
|
|
.TP
|
|
|
|
cpp_option
|
|
|
|
\fB\-Idir\fR, \fB\-Dname\fR[=\fIvalue\fR], or \fB\-Uname\fR
|
|
|
|
.PP
|
2016-03-22 02:57:01 +02:00
|
|
|
Please report any further bugs to
|
2011-07-28 12:37:08 +03:00
|
|
|
.B werner@almesberger.net
|
2010-10-12 18:44:21 +03:00
|
|
|
.SH LICENCE
|
|
|
|
.B fped
|
|
|
|
is covered by the GNU General Public License (GPL), version 2 or later.
|
|
|
|
.SH AUTHORS
|
2011-07-28 12:37:08 +03:00
|
|
|
Werner Almesberger <werner@almesberger.net>
|
2010-10-12 18:44:21 +03:00
|
|
|
.PP
|
2012-06-21 15:06:23 +03:00
|
|
|
This manual page was written by Xiangfu Liu <xiangfu.z@gmail.com>
|
2010-10-12 18:44:21 +03:00
|
|
|
It is licensed under the terms of the GNU GPL (version 2 or later).
|