Twisted band
by JustinSDK
39
Downloads
43
Likes
0
Makes
It's based on the `path_extrude` module of [my library](https://github.com/JustinSDK/dotSCAD). I used a rectangle shape here; however, the 2D shape can be any shape.
There's an easier way to create twisted bands.
include ;
include ;
include ;
include ;
shape_pts = [
[-2, -10],
[-2, 10],
[2, 10],
[2, -10]
];
ring_extrude(shape_pts, radius = 50, twist = 180);

If you're interested in the `ring_extrude` module, take a look at [ring_extrude](https://openhome.cc/eGossip/OpenSCAD/lib-ring_extrude.html).
There's an easier way to create twisted bands.
include ;
include ;
include ;
include ;
shape_pts = [
[-2, -10],
[-2, 10],
[2, 10],
[2, -10]
];
ring_extrude(shape_pts, radius = 50, twist = 180);

If you're interested in the `ring_extrude` module, take a look at [ring_extrude](https://openhome.cc/eGossip/OpenSCAD/lib-ring_extrude.html).
JustinSDK also publishes on
4 additional models across 1 more platforms
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!