Index: trunk/src_plugins/export_openscad/scad_draw.c =================================================================== --- trunk/src_plugins/export_openscad/scad_draw.c (revision 11902) +++ trunk/src_plugins/export_openscad/scad_draw.c (revision 11903) @@ -87,7 +87,7 @@ pcb_poly_point_new(poly, 0, PCB->MaxHeight); } else { - poly = pcb_topoly_conn(PCB, start, 0); + poly = pcb_topoly_conn(PCB, start, PCB_TOPOLY_FLOATING); if (poly == NULL) return -1; }