Increase the inner diameter of the bellows board to allow the threads to pass through cleanly and be held in place by the screw

This commit is contained in:
Matt McWilliams 2023-01-02 13:53:30 -05:00
parent 622a8a7c42
commit ef0d246901
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ module bellows_camera_board () {
difference () {
cube([60, 60, H], center = true);
//center
cylinder(r = 38 / 2, h = H + 1, center = true, $fn = 360);
cylinder(r = 39 / 2, h = H + 1, center = true, $fn = 360);
//center bevels
translate([0, 0, 2.25]) cylinder(r1 = 36 / 2, r2 = 40 / 2, h = 1.5, center = true, $fn = 360);
translate([0, 0, -2.25]) cylinder(r1 = 40 / 2, r2 = 36 / 2, h = 1.5, center = true, $fn = 360);
@ -53,7 +53,7 @@ module camera_mount () {
}
}
PART = "camera_mount";
PART = "bellows_camera_board";
if (PART == "bellows_camera_board") {
bellows_camera_board();