add a couple untracked things
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user