Skip to content

Commit be41638

Browse files
Merge pull request #1885 from RAMilewski/master
Fix Typo in shapes3d
2 parents 7e5dfe5 + c6ae682 commit be41638

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
@@ -1179,7 +1179,7 @@ function regular_prism(n,
11791179
// `inset` or a texture that has negative values you must select a thickness strictly **larger** than the depth the texture extends below zero.
11801180
// .
11811181
// Textures are meant to be between 0 and 1 so that `tex_depth` and `tex_inset` behave as expected. If you have a custom textures that
1182-
// has a different range you can still use it directly, but you may find it more convenient to rescale a height map texture using {{fit_to_range()}]
1182+
// has a different range you can still use it directly, but you may find it more convenient to rescale a height map texture using {{fit_to_range()}}
11831183
// or a VNF texture using {{fit_to_box()}}.
11841184
// .
11851185
// You can also specify a trapzoidal prism using parameters equivalent to those accepted by {{trapezoid()}}, with one change:

0 commit comments

Comments
 (0)