add a couple untracked things

This commit is contained in:
2025-07-03 20:39:15 -07:00
parent e7c8d9ab68
commit d11a06c370
2 changed files with 52 additions and 6 deletions

View File

@ -6,20 +6,14 @@
screwDiam=2.2;
eeWidth=5;
thickness=3.7;
$fn = 40;
difference(){
cube([eeWidth, eeWidth, thickness * 2], center=true);
translate([0, 0, -22]){
cylinder(d=screwDiam, 44);
}
translate([0, 0, -22]){
cube([44, 44, 44], center=true);
}
}