Merge in 9 months of work on capper branch #71

Merged
mattmcw merged 95 commits from capper into main 2023-02-19 05:28:46 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ef0d246901 - Show all commits

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();