Index: scad_draw.c =================================================================== --- scad_draw.c (revision 11902) +++ 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; }