Index: trunk/footprint/connector/DSUB.scad =================================================================== --- trunk/footprint/connector/DSUB.scad (revision 37511) +++ trunk/footprint/connector/DSUB.scad (revision 37512) @@ -99,13 +99,13 @@ [delta_f,f_radius], [0,plug_height_female-f_radius]]); translate([f_radius,plug_height_female-f_radius,0]) - cylinder(r=f_radius,h=shroud_depth,$fn=20); + cylinder(r=f_radius,h=shroud_depth); translate([f_radius+delta_f,f_radius,0]) - cylinder(r=f_radius,h=shroud_depth,$fn=20); + cylinder(r=f_radius,h=shroud_depth); translate([female_shroud_width-delta_f-f_radius,f_radius,0]) - cylinder(r=f_radius,h=shroud_depth,$fn=20); + cylinder(r=f_radius,h=shroud_depth); translate([female_shroud_width-f_radius,plug_height_female-f_radius,0]) - cylinder(r=f_radius,h=shroud_depth,$fn=20); + cylinder(r=f_radius,h=shroud_depth); } } @@ -214,7 +214,7 @@ difference() { cylinder(r=2.844, h=4.8, $fn=6); translate([0,0,-0.1]) - cylinder(r=1.4424, h=5.0, $fn=10); + cylinder(r=1.4424, h=5.0); } translate([hex_socket_spacing/2,-base_face_thickness,face_height/2]) rotate([-90,0,0]) @@ -221,7 +221,7 @@ difference() { cylinder(r=2.844, h=4.8, $fn=6); translate([0,0,-0.1]) - cylinder(r=1.4424, h=5.0, $fn=10); + cylinder(r=1.4424, h=5.0); } } } @@ -254,4 +254,3 @@ } } } -