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

@@ -266,7 +266,7 @@ module rounding_corner_mask(r, d, style="octa", excess=0.1, anchor=CENTER, spin=
translate(-excess*[1,1,1])
cube(size=r+excess, center=false);
translate([r,r,r])
sphere(r=r, style=style);
spheroid(r=r, style=style);
}
children();
}