Commit 74377bc9 authored by William Wadsworth's avatar William Wadsworth
Browse files

code quality fixes

parent e7a80e49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1322,7 +1322,7 @@ module tangent_to_cylinder_plus(r=undef, h=99, angle=undef, box=10){
    z = r - box/2 - up_set - r*(1-cos(a));
    translate([x, 0, z]){
        rotate_y(a){
            cube([box,99,box], center=true);
            cube([box,h,box], center=true);
        }
    }
}
@@ -1376,7 +1376,7 @@ module tangent_to_cylinder_minus(r=undef, h=99, angle=undef, box=10){
    z = r - box/2 - up_set - r*(1-cos(a));
    translate([x, 0, z]){
        rotate_y(a){
            cube([box,99,box], center=true);
            cube([box,h,box], center=true);
        }
    }
}
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.