Index: eps.c =================================================================== --- eps.c (revision 34309) +++ eps.c (revision 34310) @@ -59,7 +59,7 @@ %end-doc */ {"eps-file", "Encapsulated Postscript output file", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0}, #define HA_psfile 0 /* %start-doc options "92 Encapsulated Postscript Export" @@ -70,7 +70,7 @@ %end-doc */ {"eps-scale", "EPS scale", - RND_HATT_REAL, 0, 100, {0, 0, 1.0}, 0, 0}, + RND_HATT_REAL, 0, 100, {0, 0, 1.0}, 0}, #define HA_scale 1 /* %start-doc options "92 Encapsulated Postscript Export" @@ -82,7 +82,7 @@ %end-doc */ {"as-shown", "Export layers as shown on screen", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_as_shown 2 /* %start-doc options "92 Encapsulated Postscript Export" @@ -93,7 +93,7 @@ %end-doc */ {"monochrome", "Convert to monochrome", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_mono 3 /* %start-doc options "92 Encapsulated Postscript Export" @@ -105,11 +105,11 @@ %end-doc */ {"only-visible", "Limit the bounds of the EPS file to the visible items", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_only_visible 4 {"cam", "CAM instruction", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0}, #define HA_cam 5 }; Index: ps.c =================================================================== --- ps.c (revision 34309) +++ ps.c (revision 34310) @@ -58,7 +58,7 @@ %end-doc */ {"psfile", "Postscript output file", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0}, #define HA_psfile 0 /* %start-doc options "91 Postscript Export" @@ -70,7 +70,7 @@ %end-doc */ {"drill-helper", "Draw small holes to center drill but in copper", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_drillhelper 1 /* %start-doc options "91 Postscript Export" @@ -82,7 +82,7 @@ %end-doc */ {"align-marks", "Print alignment marks on each sheet", - RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0}, #define HA_alignmarks 2 /* %start-doc options "91 Postscript Export" @@ -93,7 +93,7 @@ %end-doc */ {"outline", "Print outline on each sheet", - RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0}, #define HA_outline 3 /* %start-doc options "91 Postscript Export" @ftable @code @@ -103,7 +103,7 @@ %end-doc */ {"mirror", "Print mirror image of every page", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_mirror 4 /* %start-doc options "91 Postscript Export" @@ -114,7 +114,7 @@ %end-doc */ {"fill-page", "Scale board to fill page", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_fillpage 5 /* %start-doc options "91 Postscript Export" @@ -125,7 +125,7 @@ %end-doc */ {"auto-mirror", "Print mirror image of appropriate layers", - RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0}, #define HA_automirror 6 /* %start-doc options "91 Postscript Export" @@ -136,7 +136,7 @@ %end-doc */ {"ps-color", "Prints in color", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_color 7 /* %start-doc options "91 Postscript Export" @@ -148,7 +148,7 @@ %end-doc */ {"ps-invert", "Draw objects as white-on-black", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_psinvert 8 /* %start-doc options "91 Postscript Export" @@ -164,7 +164,7 @@ %end-doc */ {"media", "media type", - RND_HATT_ENUM, 0, 0, {22, 0, 0}, pcb_medias, 0}, + RND_HATT_ENUM, 0, 0, {22, 0, 0}, pcb_medias}, #define HA_media 9 /* %start-doc options "91 Postscript Export" @@ -176,7 +176,7 @@ %end-doc */ {"psfade", "Fade amount for assembly drawings (0.0=missing, 1.0=solid)", - RND_HATT_REAL, 0, 1, {0, 0, 0.40}, 0, 0}, + RND_HATT_REAL, 0, 1, {0, 0, 0.40}, 0}, #define HA_psfade 10 /* %start-doc options "91 Postscript Export" @@ -187,7 +187,7 @@ %end-doc */ {"scale", "Scale value to compensate for printer sizing errors (1.0 = full scale)", - RND_HATT_REAL, 0.01, 4, {0, 0, 1.00}, 0, 0}, + RND_HATT_REAL, 0.01, 4, {0, 0, 1.00}, 0}, #define HA_scale 11 /* %start-doc options "91 Postscript Export" @@ -199,7 +199,7 @@ %end-doc */ {"multi-file", "Produce multiple files, one per page, instead of a single file", - RND_HATT_BOOL, 0, 0, {0, 0, 0.40}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0.40}, 0}, #define HA_multifile 12 /* %start-doc options "91 Postscript Export" @@ -210,7 +210,7 @@ %end-doc */ {"xcalib", "Paper width. Used for x-Axis calibration", - RND_HATT_REAL, 0, 2, {0, 0, 1.0}, 0, 0}, + RND_HATT_REAL, 0, 2, {0, 0, 1.0}, 0}, #define HA_xcalib 13 /* %start-doc options "91 Postscript Export" @@ -221,7 +221,7 @@ %end-doc */ {"ycalib", "Paper height. Used for y-Axis calibration", - RND_HATT_REAL, 0, 2, {0, 0, 1.0}, 0, 0}, + RND_HATT_REAL, 0, 2, {0, 0, 1.0}, 0}, #define HA_ycalib 14 /* %start-doc options "91 Postscript Export" @@ -232,7 +232,7 @@ %end-doc */ {"drill-copper", "Draw drill holes in pins / vias, instead of leaving solid copper", - RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0}, #define HA_drillcopper 15 /* %start-doc options "91 Postscript Export" @@ -244,7 +244,7 @@ %end-doc */ {"show-legend", "Print file name and scale on printout", - RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0}, #define HA_legend 16 /* %start-doc options "91 Postscript Export" @@ -256,7 +256,7 @@ %end-doc */ {"show-toc", "Print Table of Content", - RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {1, 0, 0}, 0}, #define HA_toc 17 @@ -269,7 +269,7 @@ %end-doc */ {"single-page", "Merge all drawings on a single page", - RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_BOOL, 0, 0, {0, 0, 0}, 0}, #define HA_single_page 18 /* %start-doc options "91 Postscript Export" @@ -281,12 +281,12 @@ %end-doc */ {"drill-helper-size", "Diameter of the small hole when drill-helper is on", - RND_HATT_COORD, 0, RND_MM_TO_COORD(10), {0, 0, 0, PCB_MIN_PINORVIAHOLE}, 0, 0}, + RND_HATT_COORD, 0, RND_MM_TO_COORD(10), {0, 0, 0, PCB_MIN_PINORVIAHOLE}, 0}, #define HA_drillhelpersize 19 {"cam", "CAM instruction", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0}, #define HA_cam 20 };