box_edge_z_hindent = 0.5;
box_edge_width = 10;
+below_plane_z = 4.5;
+
well_surround_wall = 2.5;
well_stiffening_height = 5;
hull(){
for (xsg=[-1,+1]) {
for (ysg=[-1,+1]) {
- translate([ xsg * (box_x/2 + box_cnr_r),
- ysg * (box_y/2 + box_cnr_r) ])
+ translate([ xsg * (box_x/2 - box_cnr_r),
+ ysg * (box_y/2 - box_cnr_r) ])
circle(box_cnr_r);
}
}
}
module BoxCavityModel() { ////toplevel
- translate([ 0,0, 0 ]) {
+ translate([ 0,0, -below_plane_z ]) {
linextr(0, box_main_z)
BoxCavityModelMainPlan();
for (z = [-box_edge_z_hindent, box_main_z-10 + box_edge_z_hindent]) {