fix thin wall for partially filled bin

This commit is contained in:
Florin Popescu 2024-12-29 02:37:35 +01:00
parent e1e5dcc49e
commit 576abab541

View file

@ -551,8 +551,8 @@ module profile_wall(height_mm) {
translate([r_base - STACKING_LIP_SIZE.x, 0, 0]){
translate([0, height_mm, 0])
stacking_lip_filleted();
translate([STACKING_LIP_SIZE.x-d_wall/2, 0, 0])
square([d_wall/2, height_mm]);
translate([STACKING_LIP_SIZE.x-d_wall, 0, 0])
square([d_wall, height_mm]);
}
}