added m2_eyespi_shell and adjusted button clip opening

This commit is contained in:
Edward Kisiel
2025-03-11 13:35:19 -04:00
parent b19993d63c
commit 5456ff54f1
3 changed files with 212 additions and 207 deletions

View File

@@ -144,7 +144,7 @@ $fn = 90;
if(style == "recess") {
difference() {
cylinder(d=8.5, h=.8);
translate([-1.5,-1.75,-adj]) cube([2.75,3.5,1]);
translate([-1.5,-1.75,-adj]) cube([2.75,3.25,1]);
translate([-.75,-.75,-adj]) cube([5,1.25,1.25]);
}
}