Increase the bolt size on the bellows board

This commit is contained in:
Matt McWilliams 2023-01-02 17:11:44 -05:00
parent 9b34b4e026
commit 41504caac9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module bellows_camera_board () {
rotate([0, 0, i * (360 / 4) + 45 ]) translate([43.5, 0, 0]) cube([11, 11, H + 1], center = true);
}
//bolt
translate([0, 30, 0]) rotate([90, 0, 0]) cylinder(r = 1.6, h = 30, center = true, $fn = 30);
translate([0, 30, 0]) rotate([90, 0, 0]) cylinder(r = (4 / 2), h = 30, center = true, $fn = 30);
}
}