initial commit...add SCSI slot cover
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://www.thingiverse.com/thing:400476
|
||||
@@ -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
Reference in New Issue
Block a user