add/fixup hinge clearance
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user