Index: scad_draw.c =================================================================== --- scad_draw.c (revision 21409) +++ scad_draw.c (revision 21410) @@ -118,8 +118,8 @@ return; } -#warning padstack TODO: this ignores bbvias -#warning slot TODO: this ignores slots +TODO("padstack: this ignores bbvias") +TODO("slot: this ignores slots") if (proto->hdia > 0) { pcb_fprintf(f, " translate([%mm,%mm,0])\n", TRX_(ps->x), TRY_(ps->y)); pcb_fprintf(f, " cylinder(r=%mm, h=4, center=true, $fn=30);\n", proto->hdia/2);