fix text3d, various doc fixes, remove spurious arrows from path_text

and make path_text a null attachable so coloring works.
This commit is contained in:
Adrian Mariano
2023-03-12 21:40:01 -04:00
parent 13f23c2a61
commit d138c0d07e
4 changed files with 71 additions and 84 deletions

View File

@@ -89,7 +89,9 @@ include <BOSL2/std.scad>
circle(d=50, anchor=polar_to_xy(1,150));
```
You can see the typical anchor points by making `show_anchors()` the child of the shape:
Note that the radius does not matter for the anchor because only the
anchor's direction affects the result. You can see the typical anchor
points by giving `show_anchors()` as a child of the shape:
```openscad-2D
include <BOSL2/std.scad>