Skip to content

Commit b71668b

Browse files
committed
Corrected a comment in octa sphere code.
1 parent e100274 commit b71668b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shapes3d.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3370,7 +3370,7 @@ function _make_octa_sphere(r) =
33703370
edge2 = zrot(90, p=edge1),
33713371
edge3 = xrot(-90, p=edge1),
33723372

3373-
// Precache edge points, axes, and angles
3373+
// Precache edge points
33743374
edge_pts1 = [for (i = [0:1:subdivs]) [edge1[i], edge2[i]]],
33753375
edge_pts2 = [for (i = [0:1:subdivs]) [edge1[subdivs-i], edge3[subdivs-i]]],
33763376
edge_pts3 = [for (i = [0:1:subdivs]) [edge2[subdivs-i], edge3[i]]],

0 commit comments

Comments
 (0)