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

@ -6,6 +6,9 @@ include <../../helper/halfspace.scad>
include <../../misc/magnet.scad>
include <../../helper/screws.scad>
translate(v=[10,-5,-(2+sideWallZHingeTotalClearance)])
*magnetModule();
module magnetModule() {
applyYBarScrewMount()
@ -66,5 +69,4 @@ module magnetModule() {
}
}
}