mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 18:54:41 +02:00
refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
use <shape_glued2circles.scad>;
|
use <shape_liquid_splitting.scad>;
|
||||||
use <ring_extrude.scad>;
|
use <ring_extrude.scad>;
|
||||||
|
|
||||||
$fn = 48;
|
$fn = 48;
|
||||||
@@ -14,7 +14,7 @@ module mobius_twins() {
|
|||||||
difference() {
|
difference() {
|
||||||
rotate(-a_step)
|
rotate(-a_step)
|
||||||
ring_extrude(
|
ring_extrude(
|
||||||
shape_glued2circles(5, half_r, 35), radius = r, twist = 180
|
shape_liquid_splitting(5, half_r, 35), radius = r, twist = 180
|
||||||
);
|
);
|
||||||
union() {
|
union() {
|
||||||
for(angle = [0: a_step: 360 - a_step]) {
|
for(angle = [0: a_step: 360 - a_step]) {
|
||||||
|
Reference in New Issue
Block a user