Increase the bolt size on the bellows board
This commit is contained in:
parent
9b34b4e026
commit
41504caac9
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue