From my memory, DJ posted a message about that file format extension
long time ago, and I think I have seen a PCB footprint file
containing nm units. But I was not able to verify this with a short
inspection of the PCB manual.
It works, for mm, um, in, and mil suffixes on any number:
{FLOATINGMM} { return parse_number(3937.0079); }
{FLOATINGUM} { return parse_number(3.9370079); }
{FLOATINGIN} { return parse_number(100000.0); }
{FLOATINGMIL} { return parse_number(100.0); }
{DECIMAL} { return parse_number(1.0); }
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user