Index: DO214.scad =================================================================== --- DO214.scad (revision 37498) +++ DO214.scad (revision 37499) @@ -35,7 +35,6 @@ module impl (L, W, H, P, Tw, Th) { delta = 1e-3 ; - $fn = 30 ; module lead (P, Tw, Th) color ([0.9, 0.9, 0.9]) Index: SOD123.scad =================================================================== --- SOD123.scad (revision 37498) +++ SOD123.scad (revision 37499) @@ -32,8 +32,6 @@ module part_sod123() { - $fn = 30 ; - A = 1.35 ; D = 1.8 ; E = 2.84 ; Index: SOD323.scad =================================================================== --- SOD323.scad (revision 37498) +++ SOD323.scad (revision 37499) @@ -32,8 +32,6 @@ module part_sod323() { - $fn = 30 ; - module lead() color ([0.9, 0.9, 0.9]) { Index: SOD80.scad =================================================================== --- SOD80.scad (revision 37498) +++ SOD80.scad (revision 37499) @@ -44,18 +44,18 @@ union () { color([1,0.1,0.1]) { translate([0,0,0.35/2]) - rounded_cylinder(r=0.73,h=2.8,n=0.2,$fn=80); + rounded_cylinder(r=0.73,h=2.8,n=0.2); } color([0.1,0.1,0.1]) { translate([0,0,0.7]) - cylinder(r=0.74, h=0.35, $fn = 30); + cylinder(r=0.74, h=0.35); } color([0.8,0.8,0.8]) { translate([0,0,-0.35/2]) - cylinder(r=0.8, h=0.35, $fn = 30); + cylinder(r=0.8, h=0.35); translate([0,0,0.35/2 + 2.8]) - cylinder(r=0.8, h=0.35, $fn = 30); + cylinder(r=0.8, h=0.35); } } } Index: SOD87.scad =================================================================== --- SOD87.scad (revision 37498) +++ SOD87.scad (revision 37499) @@ -44,18 +44,18 @@ union () { color([1,0.1,0.1]) { translate([0,0,0.3/2]) - rounded_cylinder(r=0.95,h=2.9,n=0.2,$fn=80); + rounded_cylinder(r=0.95,h=2.9,n=0.2); } color([0.1,0.1,0.1]) { translate([0,0,0.7]) - cylinder(r=0.96, h=0.35, $fn = 30); + cylinder(r=0.96, h=0.35); } color([0.8,0.8,0.8]) { translate([0,0,-0.3/2]) - cylinder(r=1.025, h=0.3, $fn = 30); + cylinder(r=1.025, h=0.3); translate([0,0,0.3/2 + 2.8]) - cylinder(r=1.025, h=0.3, $fn = 30); + cylinder(r=1.025, h=0.3); } } } Index: TANT.scad =================================================================== --- TANT.scad (revision 37498) +++ TANT.scad (revision 37499) @@ -35,7 +35,6 @@ module impl (L, W, H, P, Tw, Th) { delta = 1e-3 ; - $fn = 30 ; module lead (P, Tw, Th) color ([0.9, 0.9, 0.9])