Rendered nice
This commit is contained in:
parent
c21269f8c2
commit
726e79a2b5
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ module clearanceHoles(){
|
|||
mirrorCopy([1,1,0])
|
||||
mirrorCopy([1,0,0])
|
||||
translate([holeDistanceMM/2,0,0])
|
||||
screw(recessCap=20);
|
||||
screw(recessCap=22);
|
||||
translate([0,holeDistanceMM/2,0])
|
||||
screw(recessCap=50);
|
||||
}
|
||||
|
@ -30,14 +30,14 @@ module foot(){
|
|||
module middle(){
|
||||
translate([0,90,35+7])
|
||||
scale([0.5,0.6,1])
|
||||
#sphere(d=standoffDiameterMM*0.7);
|
||||
sphere(d=standoffDiameterMM*0.7);
|
||||
}
|
||||
module wall(){
|
||||
translate([0,110+5,35])
|
||||
rotate([90,0,0])
|
||||
cylinder(d=standoffDiameterMM,h=10,center=true);
|
||||
}
|
||||
#difference(){
|
||||
difference(){
|
||||
union(){
|
||||
hull(){
|
||||
foot();
|
||||
|
|
BIN
u6lite-mount.stl
Normal file
BIN
u6lite-mount.stl
Normal file
Binary file not shown.
Loading…
Reference in a new issue