Rename bellows adapter

This commit is contained in:
Matt McWilliams 2023-03-24 13:51:29 -04:00
parent fff9d5d410
commit 1528dec668
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include <./common/common.scad>;
difference () {
union () {
ef_m_mount(thickness=2,grip = true);
translate([0, 0, -3]) cylinder(r = 38.5 / 2, h = 10, center = true, $fn = 360);
translate([0, 0, -3]) cylinder(r = 38 / 2, h = 10, center = true, $fn = 360);
}
//guide
translate([0, 0, -3]) rotate([0, 0, 8.75]) translate([0, -26, 0]) cylinder(r = R(3), h = 4, center= true);