Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartpb/bend.scad
Procedures for bending models on the surface of a cylinder or into a parabola in OpenSCAD
https://github.com/stuartpb/bend.scad
Last synced: 20 days ago
JSON representation
Procedures for bending models on the surface of a cylinder or into a parabola in OpenSCAD
- Host: GitHub
- URL: https://github.com/stuartpb/bend.scad
- Owner: stuartpb
- Created: 2017-12-31T21:28:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T03:10:57.000Z (over 3 years ago)
- Last Synced: 2024-04-09T22:14:38.498Z (10 months ago)
- Language: OpenSCAD
- Size: 146 KB
- Stars: 21
- Watchers: 7
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bend.scad
Procedures for bending models on the surface of a cylinder or into a parabola in OpenSCAD
This is a continuation of [OpenSCAD bend procedures by flavius on Thingiverse][thing:210099], updated for modern versions of OpenSCAD (ie. using assignments instead of `assign()` statements and `children()` instead of `child()`).
It differs from [bscheshir's "OpenSCAD bend procedures 2017"][thing:2286483] in that this, correctly, uses `children()` for all references to the model being bent, instead of `children(0)`.
[thing:210099]: https://www.thingiverse.com/thing:210099
[thing:2286483]: https://www.thingiverse.com/thing:2286483