Twisted band
por JustinSDK
39
Descargas
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 también publica en
4 modelos adicionales en 1 plataformas más
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!