case fit tweaks

This commit is contained in:
2023-12-12 21:03:15 -08:00
parent eb0e72c685
commit 209a9b5058
3 changed files with 9 additions and 6 deletions

BIN
case/board_clamp.stl Normal file
View File

Binary file not shown.

View File

@@ -12,11 +12,14 @@ sensor_x2=13.15;
back_depth=35;
back_thickness=2;
preview();
// preview();
// print_face();
// print_back();
// print_clamps();
rotate([0,180,0])
board_clamp();
module face()
{
difference()
@@ -92,19 +95,19 @@ module board_clamp()
{
union()
{
translate([-5, -(board_length/2)-6, 5])
translate([-5, -(board_length/2)-6.5, 5])
{
cube([10, board_length+12, 2]);
cube([10, board_length+13, 2]);
translate([0,0,-5])
{
cube([10, 6, 5]);
translate([0,6+board_length, 0])
translate([0,7+board_length, 0])
cube([10, 6, 5]);
}
}
}
for (i=[-1:2:1])
translate([0, i*(board_length/2+3), 0])
translate([0, i*(board_length/2+3.5), 0])
cylinder(d=2.2, h=7, $fn=15);
}
}
@@ -139,7 +142,7 @@ module sensor_clamp_holes()
for (i=[-1:2:1])
{
translate([i*sensor_x2, 0, 0])
cylinder(d=sensor_d, h=face_thickness);
cylinder(d=sensor_d+1, h=face_thickness);
translate([i*(sensor_x/2+3),0,0])
cylinder(d=2.5, h=face_thickness, $fn=15);
}

View File

Binary file not shown.