doc fixes

This commit is contained in:
Adrian Mariano
2023-01-20 07:10:57 -05:00
parent 8bd08bd4c1
commit 554d197976
9 changed files with 44 additions and 47 deletions

View File

@@ -1609,8 +1609,8 @@ module spiral_sweep(poly, h, r, turns=1, taper, center, r1, r2, d, d1, d2, taper
// curve = [for(theta=[0:4:359])
// [r*cos(theta), r*sin(theta), 10+sin(6*theta)]];
// difference(){
// cylinder(r=r, l=len);
// down(.5)cylinder(r=r-thickness, l=len+1);
// cylinder(r=r, h=len);
// down(.5)cylinder(r=r-thickness, h=len+1);
// path_sweep(left(.05,square([1.1,1])), curve, closed=true,
// method="manual", normal=UP);
// }