Loading openscad/libs/utilities.scad +7 −1 Original line number Diff line number Diff line Loading @@ -1292,8 +1292,11 @@ difference(){ rotate_x(90){ cylinder(r=3,h=99, center=true, $fn=16); } h = 99; translate_y(h/2-1){ #tangent_to_cylinder_plus(r=3, angle=30, box=10); } } translate_z(5){ rotate_x(90){ cylinder(r=3,h=99, center=true, $fn=16); Loading Loading @@ -1351,7 +1354,10 @@ difference(){ rotate_x(90){ cylinder(r=3,h=99, center=true, $fn=16); } #tangent_to_cylinder_minus(r=3, angle=30, box=10); h = 99; translate_y(h/2-1){ #tangent_to_cylinder_minus(r=3, h=h, angle=30, box=10); } } translate_z(5){ rotate_x(90){ Loading Loading
openscad/libs/utilities.scad +7 −1 Original line number Diff line number Diff line Loading @@ -1292,8 +1292,11 @@ difference(){ rotate_x(90){ cylinder(r=3,h=99, center=true, $fn=16); } h = 99; translate_y(h/2-1){ #tangent_to_cylinder_plus(r=3, angle=30, box=10); } } translate_z(5){ rotate_x(90){ cylinder(r=3,h=99, center=true, $fn=16); Loading Loading @@ -1351,7 +1354,10 @@ difference(){ rotate_x(90){ cylinder(r=3,h=99, center=true, $fn=16); } #tangent_to_cylinder_minus(r=3, angle=30, box=10); h = 99; translate_y(h/2-1){ #tangent_to_cylinder_minus(r=3, h=h, angle=30, box=10); } } translate_z(5){ rotate_x(90){ Loading