Get roundness to the bottom using chopping module
This commit is contained in:
parent
60f8e5d831
commit
ba0877f43c
|
@ -88,8 +88,11 @@ module bottom() {
|
|||
half_sphere(d = full_diameter);
|
||||
}
|
||||
|
||||
scale([1, 1, 0.2])
|
||||
half_sphere(d = diameter);
|
||||
rotate([0, -90, 0])
|
||||
chop_off(full_diameter / 2 * bottom_roundness_percent / 100 - thickness, thickness) {
|
||||
rotate([0, 90, 0])
|
||||
half_sphere(d = diameter);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue