@ -20,7 +20,7 @@ module box(l, w, h, r, thickness) {
scale([1,1,-1])
translate([0,0,-thickness])
linear_extrude(height=h)
rounded_rectangle(l-thickness*2, w-thickness*2, r);
rounded_rectangle(l-thickness*2, w-thickness*2, r-thickness);
}