initial commit

This commit is contained in:
2023-10-26 13:33:54 -07:00
commit 35084375d4
8 changed files with 55 additions and 0 deletions

53
usb-a-box.scad Normal file
View File

@@ -0,0 +1,53 @@
$fn=30;
translate([-126.6,113,1.6])
%import("USB-A.stl");
difference()
{
union()
{
rotate([0,0,90])
translate([21,-103.5,-.8])
import("SoloKeyCase_Box.stl");
translate([11.9,0,-1])
cube([1.1,15,5.2]);
}
translate([11.9,1.6,-.4])
cube([1.1,12.8,2.4]);
}
translate([48,0,0])
{
translate([0,10,0])
difference()
{
cylinder(r=6, h=3);
cylinder(r=3, h=3);
translate([-6,-6,0])
{
cube([12,6,3]);
cube([6,12,3]);
}
}
translate([0,6,0])
difference()
{
cylinder(r=6, h=3);
cylinder(r=3, h=3);
translate([-6,0,0])
cube([12,6,3]);
translate([-6,-6,0])
cube([6,12,3]);
}
translate([-3,0,0])
cube([3,3,3]);
translate([-3,13,0])
cube([3,3,3]);
translate([3,6,0])
cube([3,4,3]);
}