Index: trunk/src_plugins/io_tedax/footprint.c =================================================================== --- trunk/src_plugins/io_tedax/footprint.c (revision 17005) +++ trunk/src_plugins/io_tedax/footprint.c (revision 17006) @@ -128,9 +128,9 @@ fpname = pcb_attribute_get(&subc->Attributes, "tedax::footprint"); if (fpname == NULL) + fpname = pcb_attribute_get(&subc->Attributes, "visible_footprint"); + if (fpname == NULL) fpname = pcb_attribute_get(&subc->Attributes, "footprint"); - if (fpname == NULL) - fpname = pcb_attribute_get(&subc->Attributes, "name"); if ((fpname == NULL) && (subc->refdes != NULL)) fpname = subc->refdes; if (fpname == NULL)