Index: trunk/src_plugins/export_openscad/scad_draw.c =================================================================== --- trunk/src_plugins/export_openscad/scad_draw.c (revision 19244) +++ trunk/src_plugins/export_openscad/scad_draw.c (revision 19245) @@ -119,6 +119,7 @@ } #warning padstack TODO: this ignores bbvias +#warning slot TODO: 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);