Fixed some floating element

This commit is contained in:
2026-01-18 17:30:23 +01:00
parent 6072dc5e33
commit 059c2f1c05
3 changed files with 11 additions and 11 deletions

View File

@@ -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();