Adjust tolerance on rails cap

This commit is contained in:
Matt McWilliams 2025-03-26 21:42:37 -04:00
parent 2caef8bc63
commit 919e12fe8d
3 changed files with 3535 additions and 3535 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -41,8 +41,8 @@ module bolex_matte_box_rails_cap (pos = [0, 0, 0]) {
cube([RAIL_SPACING_HALF_IN, HALF_IN_RAIL_D + 6, ATTACH_H], center = true);
}
translate([RAIL_SPACING_HALF_IN / 2, 0, 4]) cylinder(r = R(HALF_IN_RAIL_D), h = 20, center = true);
translate([-RAIL_SPACING_HALF_IN / 2, 0, 4]) cylinder(r = R(HALF_IN_RAIL_D), h = 20, center = true);
translate([RAIL_SPACING_HALF_IN / 2, 0, 4]) cylinder(r = R(HALF_IN_RAIL_D) + 0.2, h = 20, center = true);
translate([-RAIL_SPACING_HALF_IN / 2, 0, 4]) cylinder(r = R(HALF_IN_RAIL_D) + 0.2, h = 20, center = true);
}
}

File diff suppressed because it is too large Load Diff