Index: src_plugins/io_pads/read_high.c =================================================================== --- src_plugins/io_pads/read_high.c (revision 33758) +++ src_plugins/io_pads/read_high.c (revision 33759) @@ -458,6 +458,7 @@ proto = pcb_dlcr_pstk_proto_new(&rctx->dlcr); pcb_pstk_proto_change_name(proto, name, 0); + proto->hdia = drill; ts = pcb_vtpadstack_tshape_get(&proto->tr, 0, 1); ts->shape = calloc(sizeof(pcb_pstk_shape_t), num_lines); @@ -520,6 +521,9 @@ if ((res = pads_read_long(rctx, &spoke_num)) <= 0) return res; } + if ((plated[0] == 'P') || (plated[0] == '\0')) + proto->hplated = 1; + pads_eatup_till_nl(rctx); rnd_trace(" lev=%ld size=%mm/%mm shape=%s is_thermal=%d\n", level, size, inner, shape, is_thermal);