Index: trunk/doc/man/fp2anim.1.html =================================================================== --- trunk/doc/man/fp2anim.1.html (revision 27754) +++ trunk/doc/man/fp2anim.1.html (nonexistent) @@ -1,102 +0,0 @@ - - - -fp2anim - pcb-rnd manual - - - - -
fp2anim 1 - 2016-12-27 - pcb-rnd manual -
- - - -

NAME

-
-fp2anim - convert a gEDA/PCB footprint to animator script -
- -

SYNPOSIS

-
-

-fp2anim [options] [inputfile] - - - -

- -

DESCRIPTION

-
-fp2anim converts a footprint to a script that can be run through animator(1). It's main use is to have a automated, light-weight footprint preview generator on hosts where installing pcb-rnd would be too expensive (e.g. on web servers). -

-If inputfile is not specified, fp2anim reads its STDIN for the footprint. - -

- - -

OPTIONS

-
- - - - - - - - - - - - - - - - - -
--photo - draw the footprint in "photo realistic mode" -
-p - same as --photo -
--grid unit - set grid unit e.g. to mm or mil -
-g unit - same as --grid -
--mm - use an mm grid instead of a mil grid; shorthand for -g mm -
--diamond - draw a small diamond to mark at footprint origin -
--annotation types - turn on annotation types; types is a string that may consist "pins" for pin numbers, "dimname" and "dimvalue" for dimension names and values and "background" for drawing a background under annotation text -
-
-

- - -
fp2anim 1 - 2016-12-27 - pcb-rnd manual -
- - - Index: trunk/doc/man/fp2anim.1 =================================================================== --- trunk/doc/man/fp2anim.1 (revision 27754) +++ trunk/doc/man/fp2anim.1 (nonexistent) @@ -1,67 +0,0 @@ -.\" pcb-rnd - manual -.\" Copyright (C) 2016 Tibor 'Igor2' Palinkas -.\" -.\" This program is free software; you can redistribute it and/or modify -.\" it under the terms of the GNU General Public License as published by -.\" the Free Software Foundation; either version 2 of the License, or -.\" (at your option) any later version. -.\" -.\" This program is distributed in the hope that it will be useful, -.\" but WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. -.\" -.\" You should have received a copy of the GNU General Public License along -.\" with this program; if not, write to the Free Software Foundation, Inc., -.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -.\" -.\" Contact: pcb-rnd-man[removethis]@igor2.repo.hu -.TH fp2anim 1 2016-12-27 "" "pcb-rnd manual" -.SH NAME -fp2anim - convert a gEDA/PCB footprint to animator script -.SH SYNPOSIS -.nf -.sp -\fBfp2anim [\fIoptions\fB] [\fIinputfile\fB] -.fi -.SH DECSRIPTION - -.BR fp2anim -converts a footprint to a script that can be run through animator(1). It's main use is to have a automated, light-weight footprint preview generator on hosts where installing pcb-rnd would be too expensive (e.g. on web servers). -.PP -If \fIinputfile\fR is not specified, -.BR fp2anim -reads its STDIN for the footprint. -.SH OPTIONS - - -.TP - -.B --photo -draw the footprint in "photo realistic mode" -.TP - -.B -p -same as --photo -.TP - -.B --grid unit -set grid unit e.g. to mm or mil -.TP - -.B -g unit -same as --grid -.TP - -.B --mm -use an mm grid instead of a mil grid; shorthand for -g mm -.TP - -.B --diamond -draw a small diamond to mark at footprint origin -.TP - -.B --annotation types -turn on annotation types; types is a string that may consist "pins" for pin numbers, "dimname" and "dimvalue" for dimension names and values and "background" for drawing a background under annotation text -.PP - Index: trunk/doc/man/fp2anim.1.mml =================================================================== --- trunk/doc/man/fp2anim.1.mml (revision 27754) +++ trunk/doc/man/fp2anim.1.mml (nonexistent) @@ -1,58 +0,0 @@ -fp2anim -1 -2016-12-27 - - fp2anim - convert a gEDA/PCB footprint to animator script - fp2anim [options] [inputfile] - - -fp2anim converts a footprint to a script that can be run through -animator(1). It's main use is to have a automated, light-weight footprint -preview generator on hosts where installing pcb-rnd would be too expensive -(e.g. on web servers). -

-If inputfile is not specified, fp2anim reads its -STDIN for the footprint. - - - - - - - --photo - draw the footprint in "photo realistic mode" - - - -p - same as --photo - - - - --grid unit - set grid unit e.g. to mm or mil - - - -g unit - same as --grid - - - - --mm - use an mm grid instead of a mil grid; shorthand for -g mm - - - - --diamond - draw a small diamond to mark at footprint origin - - - - --annotation types - turn on annotation types; types is a string that may consist - "pins" for pin numbers, "dimname" and "dimvalue" for dimension - names and values and "background" for drawing a background under - annotation text - - - - Index: trunk/doc/man/Makefile =================================================================== --- trunk/doc/man/Makefile (revision 27754) +++ trunk/doc/man/Makefile (revision 27755) @@ -2,10 +2,10 @@ # are included from $(ROOT)/Makefile.conf which is scconfig generated ROOT=../.. -IN=pcb-rnd.1.mml pcb-strip.1.mml pcb-prj2lht.1.mml fp2anim.1.mml fp2subc.1.mml -OUT_HTML = pcb-rnd.1.html pcb-strip.1.html pcb-prj2lht.1.html fp2anim.1.html fp2subc.1.html -OUT_MAN1 = pcb-rnd.1 pcb-strip.1 pcb-prj2lht.1 fp2anim.1 fp2subc.1 -OUT_LINT = pcb-rnd.1.lint pcb-strip.1.lint pcb-prj2lht.1.lint fp2anim.1.lint fp2subc.1.lint +IN=pcb-rnd.1.mml pcb-strip.1.mml pcb-prj2lht.1.mml fp2preview.1.mml fp2subc.1.mml +OUT_HTML = pcb-rnd.1.html pcb-strip.1.html pcb-prj2lht.1.html fp2preview.1.html fp2subc.1.html +OUT_MAN1 = pcb-rnd.1 pcb-strip.1 pcb-prj2lht.1 fp2preview.1 fp2subc.1 +OUT_LINT = pcb-rnd.1.lint pcb-strip.1.lint pcb-prj2lht.1.lint fp2preview.1.lint fp2subc.1.lint OUTPUT = $(OUT_HTML) $(OUT_MAN1) index.html MML = /usr/bin/mml @@ -47,7 +47,7 @@ $(SCCBOX) $(HOW) "pcb-strip.1" "$(MAN1DIR)/pcb-strip.1" $(SCCBOX) $(HOW) "pcb-prj2lht.1" "$(MAN1DIR)/pcb-prj2lht.1" $(SCCBOX) $(HOW) "gsch2pcb-rnd.1" "$(MAN1DIR)/gsch2pcb-rnd.1" - $(SCCBOX) $(HOW) "fp2anim.1" "$(MAN1DIR)/fp2anim.1" + $(SCCBOX) $(HOW) "fp2preview.1" "$(MAN1DIR)/fp2preview.1" $(SCCBOX) $(HOW) "fp2subc.1" "$(MAN1DIR)/fp2subc.1" install: Index: trunk/doc/man/fp2preview.1 =================================================================== --- trunk/doc/man/fp2preview.1 (nonexistent) +++ trunk/doc/man/fp2preview.1 (revision 27755) @@ -0,0 +1,61 @@ +.\" pcb-rnd - manual +.\" Copyright (C) 2016 Tibor 'Igor2' Palinkas +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License along +.\" with this program; if not, write to the Free Software Foundation, Inc., +.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.\" +.\" Contact: pcb-rnd-man[removethis]@igor2.repo.hu +.TH fp2preview 1 2019-10-01 "" "pcb-rnd manual" +.SH NAME +fp2preview - generate a preview for a library footprint +.SH SYNPOSIS +.nf +.sp +\fBfp2preview [\fIoptions\fB] [\fIinputfile\fB] +.fi +.SH DECSRIPTION + +.BR fp2preview +invokes pcb-rnd to generate a preview image of a library footprint. Its main use is to have a automated, light-weight footprint preview generator using a static linked pcb-rnd (e.g. on web servers). +.PP + +.SH OPTIONS + + +.TP + +.B --photo +draw the footprint in "photo realistic mode" +.TP + +.B -p +same as --photo +.TP + +.B --grid unit +set grid unit e.g. to mm or mil +.TP + +.B -g unit +same as --grid +.TP + +.B --mm +use an mm grid instead of a mil grid; shorthand for -g mm +.TP + +.B --annotation types +turn on annotation types; types is a string that may consist "pins" for pin/pad numbers, "dimname" and "dimvalue" for dimension names and values and "background" for drawing a background under annotation text +.PP + Index: trunk/doc/man/fp2preview.1.html =================================================================== --- trunk/doc/man/fp2preview.1.html (nonexistent) +++ trunk/doc/man/fp2preview.1.html (revision 27755) @@ -0,0 +1,98 @@ + + + +fp2preview - pcb-rnd manual + + + + +
fp2preview 1 + 2019-10-01 + pcb-rnd manual +
+ + + +

NAME

+
+fp2preview - generate a preview for a library footprint +
+ +

SYNPOSIS

+
+

+fp2preview [options] [inputfile] + + + +

+ +

DESCRIPTION

+
+fp2preview invokes pcb-rnd to generate a preview image of a library footprint. Its main use is to have a automated, light-weight footprint preview generator using a static linked pcb-rnd (e.g. on web servers). +

+ + +

+ + +

OPTIONS

+
+ + + + + + + + + + + + + + + +
--photo + draw the footprint in "photo realistic mode" +
-p + same as --photo +
--grid unit + set grid unit e.g. to mm or mil +
-g unit + same as --grid +
--mm + use an mm grid instead of a mil grid; shorthand for -g mm +
--annotation types + turn on annotation types; types is a string that may consist "pins" for pin/pad numbers, "dimname" and "dimvalue" for dimension names and values and "background" for drawing a background under annotation text +
+
+

+ + +
fp2preview 1 + 2019-10-01 + pcb-rnd manual +
+ + + Index: trunk/doc/man/fp2preview.1.mml =================================================================== --- trunk/doc/man/fp2preview.1.mml (nonexistent) +++ trunk/doc/man/fp2preview.1.mml (revision 27755) @@ -0,0 +1,50 @@ +fp2preview +1 +2019-10-01 + + fp2preview - generate a preview for a library footprint + fp2preview [options] [inputfile] + + +fp2preview invokes pcb-rnd to generate a preview image of a +library footprint. Its main use is to have a automated, light-weight footprint +preview generator using a static linked pcb-rnd (e.g. on web servers). +

+ + + + + + + --photo + draw the footprint in "photo realistic mode" + + + -p + same as --photo + + + + --grid unit + set grid unit e.g. to mm or mil + + + -g unit + same as --grid + + + + --mm + use an mm grid instead of a mil grid; shorthand for -g mm + + + + --annotation types + turn on annotation types; types is a string that may consist + "pins" for pin/pad numbers, "dimname" and "dimvalue" for dimension + names and values and "background" for drawing a background under + annotation text + + + + Index: trunk/doc/man/index.html =================================================================== --- trunk/doc/man/index.html (revision 27754) +++ trunk/doc/man/index.html (revision 27755) @@ -3,6 +3,6 @@

  • pcb-rnd (1) -- pcb-rnd - Printed Circuit Board editor
  • pcb-strip (1) -- pcb-strip - remove sections of a pcb file
  • pcb-prj2lht (1) -- pcb-prj2lht - convert old gsch2pcb project file to pcb-rnd project -
  • fp2anim (1) -- fp2anim - convert a gEDA/PCB footprint to animator script +
  • fp2preview (1) -- fp2preview - generate a preview for a library footprint
  • fp2subc (1) -- fp2subc - convert any footprint into a pcb-rnd subcircuit