fped.1 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .TH FPED: "1" "March 2016"
  2. .SH NAME
  3. fped \- Footprint editor
  4. .SH SYNOPSIS
  5. .TP
  6. .B fped
  7. [\-1 package] [\-g] [\-k] [\-l]
  8. [\-p|\-P [\-K] [\-m] [\-s scale]]
  9. [\-T [\-T]] [cpp_option ...] [in_file [out_file]]
  10. .SH DESCRIPTION
  11. .B fped
  12. is an editor that allows the interactive creation of footprints of
  13. electronic components. Footprint definitions are stored in a text format
  14. that resembles a programming language.
  15. The language is constrained such that anything that can be expressed in
  16. the textual definition also has a straightforward equivalent operation
  17. that can be performed through the GUI.
  18. A description of the GUI can be found here:
  19. http://downloads.qi-hardware.com/people/werner/fped/gui.html
  20. .SH OPTIONS
  21. .TP
  22. \fB\-1\fR package
  23. output only the specified package
  24. .TP
  25. \fB\-g\fR
  26. write gnuplot output, then exit
  27. .TP
  28. \fB\-k\fR
  29. write KiCad output, then exit
  30. .TP
  31. \fB\-l\fR
  32. list package names, then exit
  33. .TP
  34. \fB\-K\fR
  35. show the pad type key (for \fB\-P\fR)
  36. .TP
  37. \fB\-m\fR
  38. do not show measurements
  39. .TP
  40. \fB\-p\fR
  41. write Postscript output, then exit
  42. .TP
  43. \fB\-P\fR
  44. write Postscript output (full page), then exit
  45. .TP
  46. \fB\-s\fR scale
  47. scale factor for \fB\-P\fR (default: auto\-scale)
  48. .br
  49. Instead of a scale factor, the maximum width and/or height (in millimeters)
  50. can be specified: [width]\fBx\fR[height]
  51. .TP
  52. \fB\-T\fR
  53. test mode. Load file, then exit
  54. .TP
  55. \fB\-T\fR \fB\-T\fR
  56. test mode. Load file, dump to stdout, then exit
  57. .TP
  58. cpp_option
  59. \fB\-Idir\fR, \fB\-Dname\fR[=\fIvalue\fR], or \fB\-Uname\fR
  60. .PP
  61. Please report any further bugs to
  62. .B werner@almesberger.net
  63. .SH LICENCE
  64. .B fped
  65. is covered by the GNU General Public License (GPL), version 2 or later.
  66. .SH AUTHORS
  67. Werner Almesberger <werner@almesberger.net>
  68. .PP
  69. This manual page was written by Xiangfu Liu <xiangfu.z@gmail.com>
  70. It is licensed under the terms of the GNU GPL (version 2 or later).