I’m having trouble with the Gerber outputs. Upverter is generating Gerber with incorrect Aperture Macro name format. The format for the names is specified as
Name = [a-zA-Z_.$]{[a-zA-Z_.0-9]+}
Gerber File Format Specification Page 55.
While Upverter is using names like:
Rect-W304800-H812800-RO1.000
The “-” is illegal in names.
Thanks.