add/fixup hinge clearance

This commit is contained in:
zhao
2023-03-05 12:24:59 -05:00
parent 8d3f205f6d
commit fd84afa582
6 changed files with 25 additions and 12 deletions

View File

@ -8,7 +8,7 @@ include <../../misc/magnet.scad>
module sideWallMagnetMount() {
// oriented so that the xy face is the side wall's inner face
difference() {
cylinder(r1 = magnetMountShellRadius+0.5, r2 = magnetMountShellRadius, h = innerSideWallToYBarMagnetConn);
cylinder(r1 = magnetMountShellRadius+1, r2 = magnetMountShellRadius, h = innerSideWallToYBarMagnetConn);
translate(v=[0, 0, innerSideWallToYBarMagnetConn-magnetHSlacked])
cylinder(r = magnetRSlacked, h = magnetHSlacked);