Commit 5348bf57 authored by William Wadsworth's avatar William Wadsworth
Browse files

adjust docstring examples

parent c374a97e
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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);
@@ -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){