case fit tweaks
This commit is contained in:
BIN
case/board_clamp.stl
Normal file
BIN
case/board_clamp.stl
Normal file
Binary file not shown.
@@ -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);
|
||||
}
|
||||
|
||||
BIN
case/face.stl
BIN
case/face.stl
Binary file not shown.
Reference in New Issue
Block a user