Index: trunk/src_plugins/io_altium/TODO =================================================================== --- trunk/src_plugins/io_altium/TODO (revision 35600) +++ trunk/src_plugins/io_altium/TODO (revision 35601) @@ -1,14 +1,12 @@ -- ascii read, to test: - - thermal conn (net based poly conns; altium testing engaged) - - standard text test - - slot (TODO) - - bbvia (TODO) - - viatenting (TODO) - - multiline text: only from version 15.1 - - text-on-all-layers (4 layer board); also in footprint? +- data model, ascii read, to test: + - thermal conn (net based poly conns; got test files) + - standard text test (TODO) + - slot (+TODO) + - bbvia (+TODO) + - viatenting (+TODO) + / multiline text: only from version 15.1 + - text-on-all-layers, in footprint (+TODO) + - sample5 has non-uniform pstk template: TOPSHAPE, BOTSHAPE - ascii code: - support text height - -- bin: - - 10/15 text width test: layer 35 seems to be top paste, not top overlay Index: trunk/src_plugins/io_altium/pcbdoc.c =================================================================== --- trunk/src_plugins/io_altium/pcbdoc.c (revision 35600) +++ trunk/src_plugins/io_altium/pcbdoc.c (revision 35601) @@ -982,7 +982,7 @@ case altium_kw_field_pastemaskexpansion_manual: paste_man = conv_coord_field(field); break; case altium_kw_field_soldermaskexpansion_manual: mask_man = conv_coord_field(field); break; -TODO("HOLEWIDTH, HOLEROTATION"); +TODO("HOLEWIDTH, HOLEROTATION, HOLETYPE"); TODO("STARTLAYER and ENDLAYER (for bbvias)"); default: break; }