Inset Tube connectors and added hinge mount holes

Added hinge mount holes, m3 insert.
Inset tube connectors flush with face.
Added Foot for Compatibility with the Repbox drybox mount
This commit is contained in:
2024-03-21 00:11:37 -04:00
parent db44517612
commit 824ddfdcb3
2 changed files with 45 additions and 28 deletions

View File

@@ -40,11 +40,11 @@ module pc4M10_inner(back_h=13, back_d = 12, orient=ORIENT_Z, align=V_CENTER) {
down(5.80)cyl(d1=back_d,d2=SEAT_HOLE,h=back_h+.02, align=V_BOTTOM);
}
}
module pc4M10(cd = 12, h=18.8, orient=ORIENT_Z, align=V_CENTER) {
orient_and_align([12,12,18.8],orient=orient, align=align, orig_orient=ORIENT_ZNEG)
module pc4M10(cd = 12, h=14, orient=ORIENT_Z, align=V_CENTER) {
orient_and_align([12,12,h],orient=orient, align=align, orig_orient=ORIENT_ZNEG)
down(h/2)difference() {
up(.01)cyl(d=cd,h=h, align=V_TOP);
pc4M10_inner(align=V_TOP);
down(4.8)pc4M10_inner(align=V_TOP);
}
}