Add 15mm to mount void for camera bolt

This commit is contained in:
Matt McWilliams 2023-02-12 14:14:03 -05:00
parent 325837d93e
commit cff558ef9a
1 changed files with 3 additions and 2 deletions

View File

@ -58,7 +58,7 @@ module mount () {
bolts(boltD + .4, Z + 1);
//inset
translate([0, 0, (Z / 2) - (Z / 2) + 15]) bolts(20, Z);
camera_bolt();
camera_bolt(35);
wing_nuts(-(Z / 2) + 20.5);
}
}
@ -82,4 +82,5 @@ module center_fitting () {
//base();
//translate([0, 0, (baseZ/2) + (Z/2) + 5]) mount();
//translate([0, 0, (baseZ/2) + Z + 9])
center_fitting();
//center_fitting();
mount();