From b9199054498b52441620ab0e1476985bf0b13f33 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 29 Aug 2024 20:38:51 -0400 Subject: [PATCH] doc fix --- shapes3d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes3d.scad b/shapes3d.scad index 370acc3..d94408a 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -858,7 +858,7 @@ function octahedron(size=1, anchor=CENTER, spin=0, orient=UP) = // Creates a prism whose ends are similar `n`-sided regular polygons, with optional rounding, chamfers or textures. // You can specify the size of the ends using diameter or radius measured either inside or outside. Alternatively // you can give the length of the side of the polygon. You can specify chamfers and roundings for the ends, but not -// the vertical edges. See {{rounded_prism}} for prisms with rounded vertical edges. You can also specify texture for the side +// the vertical edges. See {{rounded_prism()}} for prisms with rounded vertical edges. You can also specify texture for the side // faces, but note that texture is not compatible with any roundings or chamfers. // . // Anchors are based on the VNF of the prism. Especially for tapered or shifted prisms, this may give unexpected anchor positions, such as top side anchors