mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
don't cut bottom
This commit is contained in:
@@ -120,31 +120,23 @@ module tumbler() {
|
||||
circle(radius * 0.4);
|
||||
}
|
||||
|
||||
difference() {
|
||||
union() {
|
||||
if(smoothing) {
|
||||
minkowski() {
|
||||
union() {
|
||||
difference() {
|
||||
body();
|
||||
mask_face();
|
||||
}
|
||||
eyes_nose();
|
||||
}
|
||||
sphere(radius / 9.5, $fn = 8);
|
||||
}
|
||||
} else {
|
||||
if(smoothing) {
|
||||
minkowski() {
|
||||
union() {
|
||||
difference() {
|
||||
body();
|
||||
mask_face();
|
||||
}
|
||||
eyes_nose();
|
||||
}
|
||||
sphere(radius / 9.5, $fn = 8);
|
||||
}
|
||||
|
||||
translate([0, 0, -radius * 1.75])
|
||||
linear_extrude(radius)
|
||||
square(radius * 50, center = true);
|
||||
} else {
|
||||
difference() {
|
||||
body();
|
||||
mask_face();
|
||||
}
|
||||
eyes_nose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user