Index: trunk/src_plugins/import_excellon/excellon.c =================================================================== --- trunk/src_plugins/import_excellon/excellon.c (revision 783) +++ trunk/src_plugins/import_excellon/excellon.c (revision 784) @@ -243,9 +243,9 @@ return 0; } else { - rnd_message(RND_MSG_ERROR, "excellon: metric format specifier lacks decimal dot; this file is broken.\n(Assuming 4.4 but expect broken input)\n"); + rnd_message(RND_MSG_ERROR, "excellon: metric format specifier lacks decimal dot; this file is broken.\n(Assuming .2 but expect broken input)\n"); exc->has_metric_scale = 1; - exc->metric_scale = 10000; + exc->metric_scale = 100; (*line)--; /* so that *line points to ",LZ" again */ } }