Fixed some floating element
This commit is contained in:
@@ -121,14 +121,14 @@ module lip() {
|
||||
translate([0, 0, box_cut_height + 7]) {
|
||||
intersection() {
|
||||
difference() {
|
||||
main_body();
|
||||
scale([0.90, 0.90, 0.90]) main_body();
|
||||
scale([1.01, 1.01, 1.01]) main_body();
|
||||
scale([0.92, 0.92, 0.92]) main_body();
|
||||
}
|
||||
|
||||
cube([width*2, height*2, box_cut_height], true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Chamfered lip
|
||||
for (i = [0:10]) {
|
||||
translate([0, 0, box_cut_height + 2 - i * 0.5]) {
|
||||
@@ -173,7 +173,7 @@ module cap() {
|
||||
cube([width*2, height*2, depth], true);
|
||||
}
|
||||
}
|
||||
lip();
|
||||
translate([0, 0, 0.6]) lip();
|
||||
}
|
||||
|
||||
translate([0, -60, 0]) box();
|
||||
|
||||
Reference in New Issue
Block a user