https://github.com/jareware/libtoolwall
https://github.com/jareware/libtoolwall
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jareware/libtoolwall
- Owner: jareware
- License: mit
- Created: 2017-09-17T08:47:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T19:25:57.000Z (over 8 years ago)
- Last Synced: 2025-03-26T21:44:06.342Z (about 1 year ago)
- Language: OpenSCAD
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libtoolwall
Rendering notes:
```
OpenSCAD -o frame123.png --render --imgsize=3200,2400 --camera=32.7,-5.1,8.1,41.7,0,22.2,178.4 distributeChildren.scad
convert 'frame*.png' -set delay 1x15 animated.gif
```
Renderable text:
```
rotate([ 0, 0, 20 ])
translate([ 45, -50, 0 ])
linear_extrude(height=0.3)
text(str("t = ", round(easeInOutCubic($t) * 10) / 10));
```