mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 22:28:16 +01:00
don't cut bottom
This commit is contained in:
parent
803906e8cd
commit
8cc0eeebc3
@ -119,32 +119,24 @@ module tumbler() {
|
|||||||
linear_extrude(radius / 4, scale = 0.9)
|
linear_extrude(radius / 4, scale = 0.9)
|
||||||
circle(radius * 0.4);
|
circle(radius * 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
difference() {
|
if(smoothing) {
|
||||||
union() {
|
minkowski() {
|
||||||
if(smoothing) {
|
union() {
|
||||||
minkowski() {
|
|
||||||
union() {
|
|
||||||
difference() {
|
|
||||||
body();
|
|
||||||
mask_face();
|
|
||||||
}
|
|
||||||
eyes_nose();
|
|
||||||
}
|
|
||||||
sphere(radius / 9.5, $fn = 8);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
difference() {
|
difference() {
|
||||||
body();
|
body();
|
||||||
mask_face();
|
mask_face();
|
||||||
}
|
}
|
||||||
eyes_nose();
|
eyes_nose();
|
||||||
}
|
}
|
||||||
|
sphere(radius / 9.5, $fn = 8);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
translate([0, 0, -radius * 1.75])
|
difference() {
|
||||||
linear_extrude(radius)
|
body();
|
||||||
square(radius * 50, center = true);
|
mask_face();
|
||||||
|
}
|
||||||
|
eyes_nose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user