initial commit...add SCSI slot cover

This commit is contained in:
2020-05-19 08:55:12 -07:00
commit fa6dad10b0
4 changed files with 4626 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://www.thingiverse.com/thing:400476
+16
View File
@@ -0,0 +1,16 @@
difference()
{
translate([-28,13.4,0])
import("LOW_SLOT_COVER.stl");
union()
{
translate([27.75,7.35,0])
cube([42.5,7.5,1.1]);
translate([26.1,11.1,0])
{
cylinder(d=2.4, h=1.1, $fn=15);
translate([46,0,0])
cylinder(d=2.4, h=1.1, $fn=15);
}
}
}
File diff suppressed because it is too large Load Diff