Twisted band
di JustinSDK
39
Download
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 pubblica anche su
4 modelli aggiuntivi su altre 1 piattaforme
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!