Index: trunk/util/pcblib-param.cgi =================================================================== --- trunk/util/pcblib-param.cgi (revision 724) +++ trunk/util/pcblib-param.cgi (revision 725) @@ -401,7 +401,7 @@ fi if test ! -z "$QS_annotation" then - cparm="$cparm --annotation $QS_annotation" + annot=$QS_annotation fi if test ! -z "$QS_diamond" then @@ -411,6 +411,22 @@ then cparm="$cparm --photo" fi + if test ! -z "$QS_dimvalue" + then + annot="$annot:dimvalue" + fi + if test ! -z "$QS_dimname" + then + annot="$annot:dimname" + fi + if test ! -z "$QS_pins" + then + annot="$annot:pins" + fi + if test ! -z "$QS_background" + then + annot="$annot:background" + fi case "$QS_thumb" in 1) animarg="-x 64 -y 48" ;; @@ -418,6 +434,10 @@ 3) animarg="-x 192 -y 144" ;; *) animarg="" ;; esac + if test ! -z "$annot" + then + cparm="$cparm --annotation $annot" + fi (echo "$fptext" | /home/igor2/C/pcb-rnd/util/fp2anim $cparm; echo 'screenshot "/dev/stdout"') | /usr/local/bin/animator -H $animarg exit fi @@ -497,6 +517,10 @@ echo "
  • draw grid in mm" echo "
  • draw in \"photo mode\"" echo "
  • diamond at origin" +echo "
  • annotate pin names" +echo "
  • annotate dimension names" +echo "
  • annotate dimension values (in grid units)" +echo "
  • lighten annotataion background" echo "" echo "

    " echo ""