Added cubetruss_support().

This commit is contained in:
Garth Minette
2021-05-21 01:31:16 -07:00
parent f5edb80332
commit 441f6a8b87
2 changed files with 61 additions and 1 deletions

View File

@@ -938,7 +938,7 @@ raindrop(r=25, thick=20, anchor="cap");
If you want multiple named anchors, just add them to the list of anchors:
```openscad-Spin
```openscad-FlatSpin,VPD=150
module raindrop(r, thick, anchor=CENTER, spin=0, orient=UP) {
anchors = [
anchorpt("captop", [0,r/sin(45), thick/2], BACK+UP, 0),