From 41504caac98001038b48324275754a46b94e8e8a Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 2 Jan 2023 17:11:44 -0500 Subject: [PATCH] Increase the bolt size on the bellows board --- scad/bellows.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scad/bellows.scad b/scad/bellows.scad index fa2f00b..d762885 100644 --- a/scad/bellows.scad +++ b/scad/bellows.scad @@ -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); } }