mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 08:44:20 +02:00
don't cut bottom
This commit is contained in:
@@ -120,8 +120,6 @@ module tumbler() {
|
|||||||
circle(radius * 0.4);
|
circle(radius * 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
difference() {
|
|
||||||
union() {
|
|
||||||
if(smoothing) {
|
if(smoothing) {
|
||||||
minkowski() {
|
minkowski() {
|
||||||
union() {
|
union() {
|
||||||
@@ -142,12 +140,6 @@ module tumbler() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
translate([0, 0, -radius * 1.75])
|
|
||||||
linear_extrude(radius)
|
|
||||||
square(radius * 50, center = true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
module wish_decoration() {
|
module wish_decoration() {
|
||||||
$fn = 48;
|
$fn = 48;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user