mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-04 21:19:41 +00:00
fix thin wall for partially filled bin
This commit is contained in:
parent
e1e5dcc49e
commit
576abab541
1 changed files with 2 additions and 2 deletions
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue