Index: trunk/src_plugins/io_kicad/read.c =================================================================== --- trunk/src_plugins/io_kicad/read.c (revision 27786) +++ trunk/src_plugins/io_kicad/read.c (revision 27787) @@ -2044,8 +2044,9 @@ return kicad_error(n, "unknwon clearance option argument %s", n->children->str); } else if (strcmp(n->str, "anchor") == 0) { - TODO("CUCP#60"); - kicad_warning(n, "ignoring pad anchor for now"); + /* Ignore: CUCP#60: used only as a geometry placeholder for + connection calculations, which is not required in pcb-rnd. + Should never be located outside of the main pad shape */ } else return kicad_error(n, "unknwon pad option %s", n->str);